[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.185,1.186

Travis Howell kirben at users.sourceforge.net
Sat Aug 28 05:02:16 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22787/scumm

Modified Files:
	script.cpp 
Log Message:

Need throughout puttmoon


Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- script.cpp	28 Aug 2004 04:14:31 -0000	1.185
+++ script.cpp	28 Aug 2004 12:01:28 -0000	1.186
@@ -355,8 +355,8 @@
 		return;
 
 	//FIXME Should be used all the time
-	// Limited to only location in puttmoon that requires it
-	if (!(_gameId == GID_PUTTMOON && _roomResource == 22))
+	// Only required in puttmoon
+	if (_gameId != GID_PUTTMOON)
 		return;
 
 	for (i = 1; i < _numArray; i++) {





More information about the Scummvm-git-logs mailing list