diff options
-rw-r--r-- | scumm/script_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 6ecbc417ef..8eed015a5d 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -405,7 +405,7 @@ void Scumm_v2::decodeParseString() { _string[textSlot].right = 320; _string[textSlot].center = false; _string[textSlot].overhead = false; - _string[textSlot].color = 13; // HACK, make it pink, just for fun 8-) + _string[textSlot].color = 9; // light blue _messagePtr = buffer; switch (textSlot) { |