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:
AJ Martinez 2024-03-16 04:03:19 +00:00
commit 9bf3fa36e9

View file

@ -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])