From 7688c017e162fc0808891eee22e074b69d651abf Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 12 Sep 2004 17:33:18 +0000 Subject: Added missing parameters to debug(), as pointed out by Lord_Nightmare. svn-id: r15080 --- scumm/script_v7he.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 7de83b81a0..d862b0929a 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -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); -- cgit v1.2.3