Ooops, was in reverse.

svn-id: r8998
This commit is contained in:
Travis Howell 2003-07-14 06:19:06 +00:00
parent e6f3eb9aa5
commit 89cc9ede19

View file

@ -983,9 +983,9 @@ void Scumm_v2::o2_drawSentence() {
_string[2].ypos = virtscr[2].topline;
_string[2].xpos = 0;
if(_version == 1)
_string[2].color = 13;
else
_string[2].color = 4;
else
_string[2].color = 13;
sentence[80] = 0;
_messagePtr = (byte*)sentence;