mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 11:46:54 +00:00
Fix a small overpainting issue, visible in some of the COMI dialogs
svn-id: r14476
This commit is contained in:
parent
137f0e4ca3
commit
ad1ab2cb62
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user