Add small stuff

This commit is contained in:
Miloslav Ciz 2025-06-01 19:30:16 +02:00
parent 0513b32540
commit 765c742f08
4 changed files with 3 additions and 4 deletions

View file

@ -1185,10 +1185,7 @@ uint32_t LCR_racingStep(unsigned int input)
LCR_replayInitPlaying();
if (LCR_replayHasFinished())
{
LCR_LOG1("replay finished");
return LCR_RACING_EVENT_FINISHED;
}
input = LCR_replayGetNextInput();
}