diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index f14c630cff..171af4e8e9 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1736,7 +1736,7 @@ load_game: processDrawQue(); // Full Throttle always redraws verbs and draws verbs before actors - if (_gameId == GID_FT) + if (_version >= 7) redrawVerbs(); setActorRedrawFlags(); @@ -1754,9 +1754,6 @@ load_game: if (_version >= 4 && _heversion <= 60) cyclePalette(); palManipulate(); - if (_gameId == GID_DIG || _gameId == GID_CMI) - redrawVerbs(); - if (_doEffect) { _doEffect = false; fadeIn(_newEffect); |