aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp3
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();