mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
GOB: fix a crash when returning to launcher from Adibou2
This commit is contained in:
parent
dd0748fa66
commit
0e5953ad67
@ -1211,7 +1211,7 @@ SaveLoad_v7::SaveLoad_v7(GobEngine *vm, const char *targetName) :
|
||||
|
||||
_saveFiles[index++].handler = _childrenHandler = new FakeFileHandler(_vm);
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
_saveFiles[index++].handler = _debilHandler[0] = new FakeFileHandler(_vm);
|
||||
_saveFiles[index++].handler = _debilHandler[i] = new FakeFileHandler(_vm);
|
||||
}
|
||||
|
||||
_saveFiles[index++].handler = _configHandler = new GameFileHandler(_vm, targetName, "cfg");
|
||||
|
Loading…
Reference in New Issue
Block a user