[Scummvm-cvs-logs] CVS: scummvm/scumm script_v7he.cpp,2.74,2.75

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Sep 12 10:34:13 CEST 2004


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

Modified Files:
	script_v7he.cpp 
Log Message:
Added missing parameters to debug(), as pointed out by Lord_Nightmare.


Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.74
retrieving revision 2.75
diff -u -d -r2.74 -r2.75
--- script_v7he.cpp	12 Sep 2004 13:21:44 -0000	2.74
+++ script_v7he.cpp	12 Sep 2004 17:33:18 -0000	2.75
@@ -1025,7 +1025,7 @@
 		g = pop();
 		h = pop();
 		i = pop();
-		debug(1,"o7_unknownFB case 246 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, g, h, i);
+		debug(1,"o7_unknownFB case 246 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, f, g, h, i);
 		break;
 	case 247:
 		a = pop();
@@ -1042,7 +1042,7 @@
 		g = pop();
 		h = pop();
 		i = pop();
-		debug(1,"o7_unknownFB case 248 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, g, h, i);
+		debug(1,"o7_unknownFB case 248 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, f, g, h, i);
 		break;
 	default:
 		error("o7_unknownFB: default case %d", subOp);





More information about the Scummvm-git-logs mailing list