aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index 999ff4b0a4..0fc0cb6bba 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -80,7 +80,7 @@ void Inter_v6::o6_totSub() {
length = _vm->_game->_script->readByte();
if ((length & 0x7F) > 13)
- error("Length in o2_totSub is greater than 13 (%d)", length);
+ error("Length in o6_totSub is greater than 13 (%d)", length);
if (length & 0x80) {
_vm->_game->_script->evalExpr(0);