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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun May 3 01:02:19 CEST 2009


Revision: 40247
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40247&view=rev
Author:   Kirben
Date:     2009-05-02 23:02:18 +0000 (Sat, 02 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 22:59:56 UTC (rev 40246)
+++ scummvm/trunk/engines/agos/script.cpp	2009-05-02 23:02:18 UTC (rev 40247)
@@ -110,7 +110,7 @@
 #ifdef __DS__
 	// HACK: Skip attempt to read Calypso's letter manually,
 	// due to speech segment been too large to fit into memory
-	if (getGameType() == GType_SIMON1 && (getFeatures() & GF_TALKIE) _currentTable) {
+	if (getGameType() == GType_SIMON1 && (getFeatures() & GF_TALKIE) && _currentTable) {
 		if (_currentTable->id == 71 && tmp == 1 && tmp2 == 1) {
 			setScriptCondition(false);
 			return;


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