aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index 3ad32ea13a..6e1537db55 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -1086,7 +1086,7 @@ int ScummEngine::resStrLen(const byte *src) const {
num++;
// WORKAROUND for bug #985948, a script bug in Indy3. See also
- // the corresponding code in ScummEngine::addMessageToStack().
+ // the corresponding code in ScummEngine::convertMessageToString().
if (_gameId == GID_INDY3 && chr == 0x2E) {
continue;
}