Added missing parameters to debug(), as pointed out by Lord_Nightmare.

svn-id: r15080
This commit is contained in:
Torbjörn Andersson 2004-09-12 17:33:18 +00:00
parent d010b9e560
commit 7688c017e1

View File

@ -1025,7 +1025,7 @@ void ScummEngine_v7he::o7_unknownFB() {
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 @@ void ScummEngine_v7he::o7_unknownFB() {
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);