Use applyFighterBrakes() here.

This commit is contained in:
Steve 2016-04-30 11:20:57 +01:00
parent a656d41532
commit 31ec5b1f8d
1 changed files with 1 additions and 2 deletions

View File

@ -253,8 +253,7 @@ static void handleKeyboard(void)
}
else
{
player->dx *= 0.95;
player->dy *= 0.95;
applyFighterBrakes();
}
}