aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index a8d707f728..afa940e525 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -598,7 +598,10 @@ load_game:
_completeScreenRedraw = false;
gdi.clearUpperMask();
_charset->_hasMask = false;
- redrawVerbs();
+ for (int i = 0; i < _maxVerbs; i++)
+ drawVerb(i, 0);
+ verbMouseOver(0);
+ _verbRedraw = false;
_fullRedraw = true;
}