mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 14:41:40 +00:00
- restore startup game state on restart
At least values of custom server CVARs were not restored because of this
https://forum.zdoom.org/viewtopic.php?t=60711
(cherry picked from commit 36779cf88c
)
This commit is contained in:
parent
94b68e76f6
commit
4a0ef2edf1
1 changed files with 2 additions and 0 deletions
|
@ -2823,6 +2823,8 @@ void D_DoomMain (void)
|
|||
restart++;
|
||||
PClass::bShutdown = false;
|
||||
PClass::bVMOperational = false;
|
||||
|
||||
gamestate = GS_STARTUP;
|
||||
}
|
||||
while (1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue