mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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)
|
if (metalrecording)
|
||||||
G_StopMetalRecording(false);
|
G_StopMetalRecording(false);
|
||||||
|
|
||||||
|
G_SetGamestate(GS_NULL);
|
||||||
|
wipegamestate = GS_NULL;
|
||||||
|
|
||||||
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