[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.242,1.243

Travis Howell kirben at users.sourceforge.net
Fri Jul 23 02:32:08 CEST 2004


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

Modified Files:
	script_v5.cpp 
Log Message:

Add more details


Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- script_v5.cpp	23 Jul 2004 08:59:07 -0000	1.242
+++ script_v5.cpp	23 Jul 2004 09:30:53 -0000	1.243
@@ -2200,9 +2200,11 @@
 
 	getWordVararg(data);
 
-	// Method used by original Loom to skip copy protection scheme
+	// Method used by original games to skip copy protection scheme
 	//if (_gameId == GID_LOOM && _currentRoom == 69 && script == 201)
 	//	script = 205;
+	//else if ((_gameId == GID_MONKEY_VGA || _gameId == GID_MONKEY_EGA) && script == 152)
+	//	return;
 
 	runScript(script, (op & 0x20) != 0, (op & 0x40) != 0, data);
 }





More information about the Scummvm-git-logs mailing list