aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 12b4c8464e..dd43190427 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1290,8 +1290,10 @@ load_game:
_completeScreenRedraw = false;
gdi.clearCharsetMask();
_charset->_hasMask = false;
- for (int i = 0; i < _maxVerbs; i++)
- drawVerb(i, 0);
+ if (_version > 2) {
+ for (int i = 0; i < _maxVerbs; i++)
+ drawVerb(i, 0);
+ }
verbMouseOver(0);
if (_version <= 2) {