aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-12 13:21:44 +0000
committerTravis Howell2004-09-12 13:21:44 +0000
commit172eefde7dae37c59ab3d81360a80d8561e45ec7 (patch)
tree59a2c76526e5eb0181646a1bbc8a69a89f9824fa /scumm/script_v7he.cpp
parent47f4c6f9c50b7db28896d22e8e80cda8d70dbfa6 (diff)
downloadscummvm-rg350-172eefde7dae37c59ab3d81360a80d8561e45ec7.tar.gz
scummvm-rg350-172eefde7dae37c59ab3d81360a80d8561e45ec7.tar.bz2
scummvm-rg350-172eefde7dae37c59ab3d81360a80d8561e45ec7.zip
Correct debugs
svn-id: r15054
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index 5af469e5c2..7de83b81a0 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 245 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, g, h, i);
break;
case 247:
a = pop();
@@ -1045,7 +1045,7 @@ void ScummEngine_v7he::o7_unknownFB() {
debug(1,"o7_unknownFB case 248 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, g, h, i);
break;
default:
- error("o7_unknownFB: default type %d", subOp);
+ error("o7_unknownFB: default case %d", subOp);
}
}