Fix CP bug
This commit is contained in:
parent
7fb04804e7
commit
4cc592b0f5
4 changed files with 36 additions and 36 deletions
2
game.h
2
game.h
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue