[Scummvm-cvs-logs] SF.net SVN: scummvm:[52635] scummvm/trunk/engines/sci/sci.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Sep 8 14:42:00 CEST 2010


Revision: 52635
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52635&view=rev
Author:   m_kiewitz
Date:     2010-09-08 12:42:00 +0000 (Wed, 08 Sep 2010)

Log Message:
-----------
SCI: don't replace save/restore in hoyle1

fixes hoyle1 not starting anymore

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.cpp

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-09-08 10:49:12 UTC (rev 52634)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-09-08 12:42:00 UTC (rev 52635)
@@ -377,7 +377,8 @@
 
 	switch (_gameId) {
 	case GID_MOTHERGOOSE256: // mother goose saves/restores directly and has no save/restore dialogs
-	case GID_JONES: // gets confused, when we patch us in, although the game isn't able to save/restore o_O
+	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_HOYLE1: // gets confused, although the game doesnt support saving/restoring at all
 		return;
 	default:
 		break;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list