mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 00:12:56 +00:00
D_ClearState: Prevent opportunities for double-wipes
This commit is contained in:
parent
e874b5ba18
commit
de526a7889
1 changed files with 1 additions and 0 deletions
|
|
@ -968,6 +968,7 @@ void D_ClearState(void)
|
|||
tutorialmode = false;
|
||||
|
||||
G_SetGamestate(GS_NULL);
|
||||
wipegamestate = GS_NULL;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue