Use applyFighterBrakes() here.
This commit is contained in:
parent
a656d41532
commit
31ec5b1f8d
|
@ -253,8 +253,7 @@ static void handleKeyboard(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
player->dx *= 0.95;
|
||||
player->dy *= 0.95;
|
||||
applyFighterBrakes();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue