mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
Fix incomplete ghost fast-forwarding
This commit is contained in:
parent
a2438a14c2
commit
5acfe85542
1 changed files with 3 additions and 3 deletions
|
|
@ -1474,11 +1474,11 @@ skippedghosttic:
|
|||
continue;
|
||||
}
|
||||
|
||||
p = g;
|
||||
#undef follow
|
||||
|
||||
if (linecrossed && !g->linecrossed)
|
||||
goto readghosttic;
|
||||
|
||||
p = g;
|
||||
#undef follow
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue