mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 20:07:11 +00:00
CGE2: Fix loading during gameplay.
This commit is contained in:
parent
0b8a727a0e
commit
e5139cdd9c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user