[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.296,1.297

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Feb 14 09:07:01 CET 2004


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

Modified Files:
	script_v6.cpp 
Log Message:
changed to debug

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- script_v6.cpp	14 Feb 2004 16:09:07 -0000	1.296
+++ script_v6.cpp	14 Feb 2004 16:59:28 -0000	1.297
@@ -2934,7 +2934,7 @@
 
 void ScummEngine_v6::o6_stampObject() {
 	int object, x, y, state;
-	
+
 	// dummy opcode in tentacle
 	if (_version == 6)
 		return;
@@ -2948,7 +2948,7 @@
 		if (state == 0) {
 			state = 255;
 		}
-		warning("o6_stampObject: (%d at (%d,%d) scale %d)", object, x, y, state);
+		debug(6, "o6_stampObject: (%d at (%d,%d) scale %d)", object, x, y, state);
 		Actor *a = derefActor(object, "o6_stampObject");
 		a->scalex = state;
 		a->scaley = state;





More information about the Scummvm-git-logs mailing list