Adjust some stuff

This commit is contained in:
Miloslav Ciz 2024-09-20 15:22:18 +02:00
parent 4b9b6ad8ae
commit b181256e58
8 changed files with 595 additions and 578 deletions

2
game.h
View file

@ -257,7 +257,7 @@ LCR_GameUnit physicsInterpolationParam = LCR_GAME_UNIT -
#if LCR_ANIMATE_CAR
LCR_rendererSetWheelState(LCR_racingGetWheelRotation(),
LCR_racingGetWheelSteer());
LCR_racingGetWheelSteer() * 2);
#endif
LCR_rendererDraw();