Remove dodgy fix for verb backgrounds.
svn-id: r6476
This commit is contained in:
parent
b9811d9594
commit
7e08dcc271
1 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,9 @@ void Scumm::drawVerb(int verb, int mode)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_gameId != GID_CMI)
|
// FIXME: Commenting this out fixes some drawing glitches,
|
||||||
|
// but TOTALLY screws up scrolling conversation items.
|
||||||
|
//if (_gameId != GID_CMI)
|
||||||
restoreVerbBG(verb);
|
restoreVerbBG(verb);
|
||||||
|
|
||||||
_string[4].charset = vs->charset_nr;
|
_string[4].charset = vs->charset_nr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue