[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.262,2.263 script_v7he.cpp,2.147,2.148

kirben kirben at users.sourceforge.net
Sun Apr 17 07:28:13 CEST 2005


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

Modified Files:
	script_v72he.cpp script_v7he.cpp 
Log Message:

Debug no longer needed.


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.262
retrieving revision 2.263
diff -u -d -r2.262 -r2.263
--- script_v72he.cpp	17 Apr 2005 14:20:44 -0000	2.262
+++ script_v72he.cpp	17 Apr 2005 14:27:17 -0000	2.263
@@ -1226,7 +1226,7 @@
 	case 98:		// SO_SHADOW
 		a->_shadowMode = pop();
 		a->_needRedraw = true;
-		debug(0, "Set actor XMAP idx to %d", a->_shadowMode);
+		debug(1, "Set actor XMAP idx to %d", a->_shadowMode);
 		break;
 	case 99:		// SO_TEXT_OFFSET
 		a->_talkPosY = pop();

Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.147
retrieving revision 2.148
diff -u -d -r2.147 -r2.148
--- script_v7he.cpp	16 Apr 2005 11:01:30 -0000	2.147
+++ script_v7he.cpp	17 Apr 2005 14:27:17 -0000	2.148
@@ -657,7 +657,7 @@
 		// Used in airport
 		break;
 	default:
-		debug(1,"o70_resourceRoutines: default case %d", subOp);
+		error("o70_resourceRoutines: default case %d", subOp);
 	}
 }
 
@@ -733,7 +733,6 @@
 	appendSubstring(dst, src, -1, -1);
 
 	push(dst);
-	debug(1,"o70_copyString");
 }
 
 void ScummEngine_v70he::o70_getStringWidth() {
@@ -759,7 +758,6 @@
 	}
 
 	push(width);
-	debug(1,"o70_getStringWidth (%d)", width);
 }
 
 void ScummEngine_v70he::o70_kernelSetFunctions() {





More information about the Scummvm-git-logs mailing list