mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
null gamestate during pre-intermission to prevent unwanted interaction
This commit is contained in:
parent
c2f427d858
commit
45f848c4ed
1 changed files with 3 additions and 0 deletions
|
|
@ -3507,6 +3507,9 @@ static void G_DoCompleted(void)
|
|||
if (metalrecording)
|
||||
G_StopMetalRecording(false);
|
||||
|
||||
G_SetGamestate(GS_NULL);
|
||||
wipegamestate = GS_NULL;
|
||||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
if (playeringame[i])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue