CGE2: Fix loading during gameplay.

This commit is contained in:
uruk 2014-07-29 20:59:29 +02:00
parent 0b8a727a0e
commit e5139cdd9c

View File

@ -323,6 +323,7 @@ Common::Error CGE2Engine::loadGameState(int slot) {
if (!loadGame(slot))
return Common::kReadingFailed;
sceneUp(_now);
initToolbar();
return Common::kNoError;
}
@ -379,7 +380,6 @@ bool CGE2Engine::loadGame(int slotNumber) {
syncSpeechSettings();
loadHeroes();
initToolbar();
return true;
}