From 390a0abfed40532f06f38dea697697dad85de3f8 Mon Sep 17 00:00:00 2001 From: BLooperZ Date: Mon, 19 Aug 2019 21:06:44 +0300 Subject: SCUMM: flip dialogue selection symbol in indy4 --- engines/scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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'; } -- cgit v1.2.3