Make finish work
This commit is contained in:
parent
4cc592b0f5
commit
b1c2041d84
3 changed files with 38 additions and 19 deletions
2
racing.h
2
racing.h
|
@ -1202,7 +1202,7 @@ uint32_t LCR_racingStep(unsigned int input)
|
|||
}
|
||||
}
|
||||
|
||||
LCR_racing.tick++;
|
||||
LCR_racing.tick += LCR_racing.tick < 0xffffffff; // disallow overflow
|
||||
|
||||
LCR_LOG2("racing step end");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue