mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
Merge branch 'fix-double-continues' into 'master'
GP: do not apply continue logic twice if losing player waits out the tally Closes #1158 See merge request KartKrew/Kart!2110
This commit is contained in:
commit
9bf3fa36e9
1 changed files with 0 additions and 2 deletions
|
|
@ -1797,8 +1797,6 @@ void G_Ticker(boolean run)
|
|||
// Or, alternatively, retry.
|
||||
if (G_GetRetryFlag())
|
||||
{
|
||||
G_ClearRetryFlag();
|
||||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
if (playeringame[i])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue