aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index a56b291bff..d7f8a7506e 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -1028,7 +1028,7 @@ void ScummEngine::drawString(int a, const byte *msg) {
}
if (_game.id == GID_INDY4 && ltext[0] == 127) {
- buf[start + pos + ll] = 127;
+ buf[start + pos + ll] = 128;
buf[start + pos + ll + 1] = '\0';
}