aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/verbs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index dbe39660fa..4d0d3fc2b3 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -359,8 +359,8 @@ int Scumm::checkMouseOver(int x, int y) const {
}
void Scumm::drawVerb(int verb, int mode) {
- if (_version <= 2 && !(_userState & 128)) // Don't draw verbs unless active
- return;
+ //if (_version <= 2 && !(_userState & 128)) // Don't draw verbs unless active
+ // return;
VerbSlot *vs;
bool tmp;