From fa2a936565d09e662d9449aa703e538ccf5d29d5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 13 Mar 2005 04:00:59 +0000 Subject: Don't apply to HE100, it breaks credits in pajama. svn-id: r17112 --- scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/string.cpp b/scumm/string.cpp index 992179791e..f764f3a7b9 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -573,7 +573,7 @@ int ScummEngine::addMessageToStack(const byte *msg, byte *dst, int dstSize) { while (1) { chr = src[num++]; - if (_heversion >= 99 && chr == '[') { + if (_heversion == 99 && chr == '[') { while (src[num++] != ']'); continue; } -- cgit v1.2.3