mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-15 14:28:28 +00:00
Added missing parameters to debug(), as pointed out by Lord_Nightmare.
svn-id: r15080
This commit is contained in:
parent
d010b9e560
commit
7688c017e1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user