[Scummvm-cvs-logs] scummvm master -> 3ee4830b2e95a4fba97b8aaecaae02f10fed9f0e
bluegr
md5 at scummvm.org
Wed Mar 9 22:47:02 CET 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3ee4830b2e SCI: Don't patch the save/load dialogs in Shivers
Commit: 3ee4830b2e95a4fba97b8aaecaae02f10fed9f0e
https://github.com/scummvm/scummvm/commit/3ee4830b2e95a4fba97b8aaecaae02f10fed9f0e
Author: md5 (md5 at scummvm.org)
Date: 2011-03-09T13:45:42-08:00
Commit Message:
SCI: Don't patch the save/load dialogs in Shivers
Shivers uses a custom save/load system, so we can't replace its dialogs
Changed paths:
engines/sci/sci.cpp
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 3dfa5e0..bcbb005 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -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;
More information about the Scummvm-git-logs
mailing list