[Scummvm-cvs-logs] SF.net SVN: scummvm:[40249] scummvm/trunk/engines/agos/script.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun May 3 06:30:19 CEST 2009


Revision: 40249
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40249&view=rev
Author:   Kirben
Date:     2009-05-03 04:30:18 +0000 (Sun, 03 May 2009)

Log Message:
-----------
Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/script.cpp

Modified: scummvm/trunk/engines/agos/script.cpp
===================================================================
--- scummvm/trunk/engines/agos/script.cpp	2009-05-02 23:30:08 UTC (rev 40248)
+++ scummvm/trunk/engines/agos/script.cpp	2009-05-03 04:30:18 UTC (rev 40249)
@@ -444,7 +444,7 @@
 #ifdef __DS__
 		// HACK: Skip scene of Simon reading letter from Calypso
 		// due to speech segment been too large to fit into memory
-		if (getGameType() == GType_SIMON1 && sub->id == 2922) {
+		if (getGameType() == GType_SIMON1 && (getFeatures() & GF_TALKIE) && sub->id == 2922) {
 			// set parent special
 			_noParentNotify = true;
 			setItemParent(derefItem(16), me());


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