aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/swordsofxeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-03 22:15:50 -0500
committerPaul Gilbert2018-03-03 22:15:50 -0500
commitfbe489e66902304b188ec8b42e4963696d487bdf (patch)
tree025dd719401dfbdb3b0e84f1d710067620761b0d /engines/xeen/swordsofxeen
parent633c1a477d91e4953476190beeb8db4f4dafc029 (diff)
downloadscummvm-rg350-fbe489e66902304b188ec8b42e4963696d487bdf.tar.gz
scummvm-rg350-fbe489e66902304b188ec8b42e4963696d487bdf.tar.bz2
scummvm-rg350-fbe489e66902304b188ec8b42e4963696d487bdf.zip
XEEN: Fix loading saves from main menus and launcher
Diffstat (limited to 'engines/xeen/swordsofxeen')
-rw-r--r--engines/xeen/swordsofxeen/swordsofxeen_menu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp b/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
index f0ddccdd34..ce424b90c0 100644
--- a/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
+++ b/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
@@ -84,6 +84,7 @@ void MainMenu::execute() {
}
break;
case Common::KEYCODE_l:
+ _vm->_saves->newGame();
if (_vm->_saves->loadGame())
_vm->_gameMode = GMODE_PLAY_GAME;
break;