Add extra color table entry for v1 games, for inventory/sentence color.

svn-id: r11653
This commit is contained in:
Travis Howell 2003-12-15 14:54:35 +00:00
parent aa2173868b
commit bee21ec3f8
6 changed files with 10 additions and 13 deletions

View file

@ -825,7 +825,7 @@ void ScummEngine_v2::o2_verbOps() {
vs->verbid = verb;
if (_version == 1) {
if (_gameId == GID_MANIAC && _demoMode)
vs->color = 15;
vs->color = 16;
else
vs->color = 5;
@ -1026,7 +1026,7 @@ void ScummEngine_v2::o2_drawSentence() {
_string[2].ypos = virtscr[2].topline;
_string[2].xpos = 0;
if (_version == 1)
_string[2].color = 4;
_string[2].color = 16;
else
_string[2].color = 13;