aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp2
-rw-r--r--scumm/script_v7he.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index c941e7d905..33671c15ee 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -883,7 +883,7 @@ void ScummEngine_v72he::o72_actorOps() {
break;
case 68: // HE 90+
k = pop();
- debug(1,"o72_actorOps: case 65 (%d)", k);
+ debug(1,"o72_actorOps: case 68 (%d)", k);
break;
case 76: // SO_COSTUME
a->setActorCostume(pop());
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);
}
}