SCI: fix saving in mother goose sci0 (bug #6486)

This commit is contained in:
Martin Kiewitz 2014-06-02 20:51:39 +02:00
parent 98dbb8070b
commit d4de84bf8b
2 changed files with 15 additions and 1 deletions

View file

@ -511,6 +511,7 @@ void SciEngine::patchGameSaveRestore() {
case GID_HOYLE1: // gets confused, although the game doesnt support saving/restoring at all
case GID_HOYLE2: // gets confused, see hoyle1
case GID_JONES: // gets confused, when we patch us in, the game is only able to save to 1 slot, so hooking is not required
case GID_MOTHERGOOSE: // mother goose EGA saves/restores directly and has no save/restore dialogs
case GID_MOTHERGOOSE256: // mother goose saves/restores directly and has no save/restore dialogs
case GID_PHANTASMAGORIA: // has custom save/load code
case GID_SHIVERS: // has custom save/load code