aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 16275d3b35..f0a9ce16aa 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -512,7 +512,7 @@ int ScummEngine::addMessageToStack(const byte *msg, byte *dst, int dstSize) {
num += (_version == 8) ? 4 : 2;
}
} else {
- if (chr != '@') {
+ if (!(chr == '@' && _heversion <= 71)) {
*dst++ = chr;
}
}