mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
BAGEL: Finish code for loading savegames from GMM
This commit is contained in:
parent
03dc458a19
commit
455a46ae3b
@ -95,8 +95,7 @@ ERROR_CODE SpaceBarEngine::Initialize() {
|
||||
int saveSlot = ConfMan.hasKey("save_slot") ? ConfMan.getInt("save_slot") : -1;
|
||||
|
||||
if (saveSlot != -1) {
|
||||
bRestart = FALSE;
|
||||
// TODO: load savegame
|
||||
bRestart = loadGameState(saveSlot).getCode() != Common::kNoError;
|
||||
|
||||
} else if (savesExist()) {
|
||||
bRestart = FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user