Fixed bug when starting new game from load menu.

svn-id: r31935
This commit is contained in:
Johannes Schickel 2008-05-07 22:48:44 +00:00
parent a7320fb4dc
commit 627d30d389

View File

@ -938,6 +938,7 @@ int GUI_MR::loadMenu(Button *caller) {
} else if (_vm->_gameToLoad >= 0) {
restorePage1(_vm->_screenBuffer);
restorePalette();
_vm->_menuDirectlyToLoad = false;
_vm->loadGame(_vm->getSavegameFilename(_vm->_gameToLoad));
if (_vm->_gameToLoad == 0) {
_restartGame = true;