Fix a small overpainting issue, visible in some of the COMI dialogs

svn-id: r14476
This commit is contained in:
Max Horn 2004-08-05 22:10:42 +00:00
parent 137f0e4ca3
commit ad1ab2cb62

View File

@ -419,7 +419,7 @@ void ScummEngine::drawVerb(int verb, int mode) {
}
void ScummEngine::restoreVerbBG(int verb) {
if (_gameId == GID_FT)
if (_gameId == GID_FT || _gameId == GID_CMI)
return;
VerbSlot *vs;