mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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.
|
// Or, alternatively, retry.
|
||||||
if (G_GetRetryFlag())
|
if (G_GetRetryFlag())
|
||||||
{
|
{
|
||||||
G_ClearRetryFlag();
|
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
if (playeringame[i])
|
if (playeringame[i])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue