Add air brake

This commit is contained in:
Miloslav Ciz 2024-12-03 22:59:07 +01:00
parent be322fb37a
commit bac61bf05a
2 changed files with 50 additions and 18 deletions

2
game.h
View file

@ -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());
}