aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index a01fab18e1..68fc040632 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -983,6 +983,10 @@ load_game:
for (int i = 0; i < _maxVerbs; i++)
drawVerb(i, 0);
verbMouseOver(0);
+
+ if (_features & GF_AFTER_V2)
+ redrawV2Inventory();
+
_verbRedraw = false;
_fullRedraw = true;
}