diff options
-rw-r--r-- | scumm/string.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index ab261ac90e..84a406fb90 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -606,8 +606,8 @@ int ScummEngine::addMessageToStack(const byte *msg, byte *dst, int dstSize) { continue; } if ((_features & GF_HE_LOCALIZED) && chr == '[') { - while (src[num++] != ']'); - continue; + while (src[num++] != ']'); + continue; } if (chr == 0) |