Add air brake
This commit is contained in:
parent
be322fb37a
commit
bac61bf05a
2 changed files with 50 additions and 18 deletions
2
game.h
2
game.h
|
@ -237,7 +237,7 @@ uint8_t LCR_gameStep(uint32_t time)
|
|||
|
||||
if ((LCR_racing.tick % 32) == 0)
|
||||
{
|
||||
printf("speed: %d\n",LCR_racingGetCarSpeed());
|
||||
printf("speed: %d\n",LCR_racingGetCarSpeedSigned());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue