Fix loadgame menu closing causing training level start

This commit is contained in:
nukeykt 2019-11-15 01:12:36 +09:00 committed by Christoph Oelckers
parent 62ccf7712a
commit 74e5b77982
1 changed files with 6 additions and 0 deletions

View File

@ -1653,6 +1653,12 @@ LABEL_21:
SavePosition = menu_LoadGameMenu();
if (SavePosition == -1) {
menu_ResetZoom();
menu_ResetKeyTimer();
break;
}
StopAllSounds();
StopAllSounds();