mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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
This commit is contained in:
parent
e085a8d58a
commit
36779cf88c
1 changed files with 2 additions and 0 deletions
|
@ -2776,6 +2776,8 @@ void D_DoomMain (void)
|
|||
restart++;
|
||||
PClass::bShutdown = false;
|
||||
PClass::bVMOperational = false;
|
||||
|
||||
gamestate = GS_STARTUP;
|
||||
}
|
||||
while (1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue