[Scummvm-cvs-logs] SF.net SVN: scummvm:[52636] scummvm/trunk/engines/sci/sci.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Wed Sep 8 14:45:42 CEST 2010
Revision: 52636
http://scummvm.svn.sourceforge.net/scummvm/?rev=52636&view=rev
Author: m_kiewitz
Date: 2010-09-08 12:45:42 +0000 (Wed, 08 Sep 2010)
Log Message:
-----------
SCI: dont replace save/restore in hoyle2 too
Modified Paths:
--------------
scummvm/trunk/engines/sci/sci.cpp
Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp 2010-09-08 12:42:00 UTC (rev 52635)
+++ scummvm/trunk/engines/sci/sci.cpp 2010-09-08 12:45:42 UTC (rev 52636)
@@ -379,6 +379,7 @@
case GID_MOTHERGOOSE256: // mother goose saves/restores directly and has no save/restore dialogs
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
+ case GID_HOYLE2: // gets confused, see hoyle1
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