mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix loadgame menu closing causing training level start
This commit is contained in:
parent
62ccf7712a
commit
74e5b77982
1 changed files with 6 additions and 0 deletions
|
@ -1653,6 +1653,12 @@ LABEL_21:
|
|||
|
||||
SavePosition = menu_LoadGameMenu();
|
||||
|
||||
if (SavePosition == -1) {
|
||||
menu_ResetZoom();
|
||||
menu_ResetKeyTimer();
|
||||
break;
|
||||
}
|
||||
|
||||
StopAllSounds();
|
||||
|
||||
StopAllSounds();
|
||||
|
|
Loading…
Reference in a new issue