Fix CP bug

This commit is contained in:
Miloslav Ciz 2025-01-07 22:57:28 +01:00
parent 7fb04804e7
commit 4cc592b0f5
4 changed files with 36 additions and 36 deletions

2
game.h
View file

@ -847,8 +847,8 @@ uint8_t LCR_gameStep(uint32_t time)
{
int carBlock[3];
LCR_racingGetCarBlockCoords(carBlock);
LCR_LOG1("CP taken");
LCR_racingGetCarBlockCoords(carBlock);
LCR_rendererMarkTakenCP(carBlock[0],carBlock[1],carBlock[2]);
LCR_audioPlaySound(LCR_SOUND_CLICK);
}