From 2cfcc33a33aa8a5e515db7244c5d9aff453cb2dd Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 16 Sep 2004 05:04:09 +0000 Subject: Update comment svn-id: r15132 --- scumm/script_v7he.cpp | 4 ++-- 1 file 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); -- cgit v1.2.3