[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.231,1.232

Travis Howell kirben at users.sourceforge.net
Mon Dec 29 22:44:01 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv7898/scumm

Modified Files:
	script_v6.cpp 
Log Message:

This is dummy opcode in tentacle


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- script_v6.cpp	30 Dec 2003 06:26:52 -0000	1.231
+++ script_v6.cpp	30 Dec 2003 06:43:15 -0000	1.232
@@ -2946,6 +2946,10 @@
 void ScummEngine_v6::o6_stampObject() {
 	int object, x, y, state;
 	
+	// dummy opcode in the tentacle
+	if (_gameId == GID_TENTACLE)
+		return;
+
 	// V6 version
 	if (_version == 6) {
 		state = pop();





More information about the Scummvm-git-logs mailing list