SCI32: Start implementing kSave for SCI32

This commit is contained in:
Colin Snover 2016-09-09 14:21:33 -05:00
parent c7dacf273e
commit 64dc37cfe2
9 changed files with 213 additions and 57 deletions

View file

@ -569,6 +569,7 @@ void SciEngine::patchGameSaveRestore() {
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
case GID_PQSWAT: // has custom save/load code
return;
default:
break;