aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index e2c2e403d1..4a484d15b6 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1677,7 +1677,7 @@ void ScummEngine_v100he::o100_unknown29() {
warning("o100_unknown29() case 112 unhandled");
break;
default:
- error("o100_unknown27: Unknown case %d", subOp);
+ error("o100_unknown29: Unknown case %d", subOp);
}
}