Remove dodgy fix for verb backgrounds.

svn-id: r6476
This commit is contained in:
James Brown 2003-01-16 08:04:34 +00:00
parent b9811d9594
commit 7e08dcc271

View file

@ -132,7 +132,9 @@ void Scumm::drawVerb(int verb, int mode)
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);
_string[4].charset = vs->charset_nr;