aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
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 b265dec7cb..939426a4e8 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -746,7 +746,7 @@ void ScummEngine_v7he::o7_kernelSetFunctions() {
virtScreenLoad(args[1], args[2], args[3], args[4], args[5]);
break;
case 20:
- // Clear/stop unknown animation queue
+ // erase aux animation actor?
break;
case 21:
_skipDrawObject = 1;
@@ -793,7 +793,7 @@ void ScummEngine_v7he::o7_stringLen() {
addr = getStringAddress(id);
if (!addr)
- error("o72_stringLen: Reference to zeroed array pointer (%d)", id);
+ error("o7_stringLen: Reference to zeroed array pointer (%d)", id);
len = resStrLen(getStringAddress(id));
push(len);