mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
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:
parent
5c504739bd
commit
3ee4830b2e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user