From a4915a330468e35baadfcea2e2f6c27b09deb34b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 14 May 2003 14:00:29 +0000 Subject: default text color light blue instead of pink svn-id: r7506 --- scumm/script_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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) { -- cgit v1.2.3