diff options
Diffstat (limited to 'scumm/script.cpp')
| -rw-r--r-- | scumm/script.cpp | 2 | 
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;  			}  | 
