aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorBLooperZ2019-08-19 21:06:44 +0300
committerEugene Sandulenko2020-01-01 00:31:21 +0100
commit390a0abfed40532f06f38dea697697dad85de3f8 (patch)
treecaa9dbf8b03779aa1d72ca97230a6bdc6154c04a /engines/scumm
parent43bdbdf3facc81fb8fe6019a9d2dca0427f00ad1 (diff)
downloadscummvm-rg350-390a0abfed40532f06f38dea697697dad85de3f8.tar.gz
scummvm-rg350-390a0abfed40532f06f38dea697697dad85de3f8.tar.bz2
scummvm-rg350-390a0abfed40532f06f38dea697697dad85de3f8.zip
SCUMM: flip dialogue selection symbol in indy4
Diffstat (limited to 'engines/scumm')
-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';
}