mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Merge branch 'fix-exit-automap-segfault' into 'next'
Fix segfault when exiting game with automap open Closes #1049 See merge request STJr/SRB2!2044
This commit is contained in:
commit
59685937da
1 changed files with 1 additions and 0 deletions
|
@ -4612,6 +4612,7 @@ void Command_ExitGame_f(void)
|
|||
botskin = 0;
|
||||
cv_debug = 0;
|
||||
emeralds = 0;
|
||||
automapactive = false;
|
||||
memset(&luabanks, 0, sizeof(luabanks));
|
||||
|
||||
if (dirmenu)
|
||||
|
|
Loading…
Reference in a new issue