[Scummvm-cvs-logs] CVS: scummvm/scumm script_v90he.cpp,2.223,2.224

kirben kirben at users.sourceforge.net
Mon Apr 11 07:50:10 CEST 2005


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

Modified Files:
	script_v90he.cpp 
Log Message:

Update debug message.


Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.223
retrieving revision 2.224
diff -u -d -r2.223 -r2.224
--- script_v90he.cpp	11 Apr 2005 07:40:14 -0000	2.223
+++ script_v90he.cpp	11 Apr 2005 14:49:42 -0000	2.224
@@ -2331,7 +2331,7 @@
 		break;
 	case 2001:
 		// Used in football
-		warning("o90_kernelGetFunctions: U32 code (Num %d, args1 %d args 2 %d)", num, args[1], args[2]);
+		debug(0, "o90_kernelGetFunctions: U32 code %d (args %d)", args[1], num - 2);
 		push(0);
 		break;
 	default:
@@ -2387,7 +2387,7 @@
 		break;
 	case 2001:
 		// Used in SoccerMLS/Soccer2004
-		warning("o90_kernelSetFunctions: U32 code (Num %d, args1 %d args 2 %d)", num, args[1], args[2]);
+		debug(0, "o90_kernelSetFunctions: U32 code %d (args %d)", args[1], num - 2);
 		break;
 	default:
 		error("o90_kernelSetFunctions: default case %d (param count %d)", args[0], num);





More information about the Scummvm-git-logs mailing list