SCI: Don't patch the save/load dialogs in Shivers

Shivers uses a custom save/load system, so we can't replace its dialogs
This commit is contained in:
md5 2011-03-09 23:45:42 +02:00
parent 5c504739bd
commit 3ee4830b2e

View File

@ -482,6 +482,7 @@ void SciEngine::patchGameSaveRestore() {
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_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
return;
default:
break;