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

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


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

Modified Files:
	script_v5.cpp 
Log Message:

Mention method used to skip copy protection in original Loom


Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -d -r1.241 -r1.242
--- script_v5.cpp	22 Jul 2004 04:42:43 -0000	1.241
+++ script_v5.cpp	23 Jul 2004 08:59:07 -0000	1.242
@@ -2200,6 +2200,10 @@
 
 	getWordVararg(data);
 
+	// Method used by original Loom to skip copy protection scheme
+	//if (_gameId == GID_LOOM && _currentRoom == 69 && script == 201)
+	//	script = 205;
+
 	runScript(script, (op & 0x20) != 0, (op & 0x40) != 0, data);
 }
 





More information about the Scummvm-git-logs mailing list