aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-01-27 13:26:34 +0000
committerSven Hesse2011-01-27 13:26:34 +0000
commite237ff362826e9f1fef982952f476a588dc7134e (patch)
treeaee3a9b04966a7ded4a3c198ec5eb8125eff3f14 /engines/gob/inter_v6.cpp
parenta6e9fe69c368464cf57487b4f79f10a51e9622aa (diff)
downloadscummvm-rg350-e237ff362826e9f1fef982952f476a588dc7134e.tar.gz
scummvm-rg350-e237ff362826e9f1fef982952f476a588dc7134e.tar.bz2
scummvm-rg350-e237ff362826e9f1fef982952f476a588dc7134e.zip
GOB: Some Addy gameflow stubs
svn-id: r55562
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);