mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Do not let retries be buffered on intermission to instantly retry the next round
This commit is contained in:
parent
f5f85cc3e4
commit
b7d1996a15
1 changed files with 2 additions and 0 deletions
|
|
@ -7476,6 +7476,8 @@ static void P_InitGametype(void)
|
||||||
lastLowestLap = 0;
|
lastLowestLap = 0;
|
||||||
spbplace = -1;
|
spbplace = -1;
|
||||||
|
|
||||||
|
G_ClearRetryFlag();
|
||||||
|
|
||||||
// Start recording replay in multiplayer with a temp filename
|
// Start recording replay in multiplayer with a temp filename
|
||||||
//@TODO I'd like to fix dedis crashing when recording replays for the future too...
|
//@TODO I'd like to fix dedis crashing when recording replays for the future too...
|
||||||
if (gamestate == GS_LEVEL && !demo.playback && multiplayer && !dedicated)
|
if (gamestate == GS_LEVEL && !demo.playback && multiplayer && !dedicated)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue