Ooops, was in reverse.
svn-id: r8998
This commit is contained in:
parent
e6f3eb9aa5
commit
89cc9ede19
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue