diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 119afece33..6af839cee9 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1982,6 +1982,9 @@ load_game: processDrawQue(); + if (_heversion >= 99) + _fullRedraw = false; + // Full Throttle always redraws verbs and draws verbs before actors if (_version >= 7) redrawVerbs(); |