aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/verbs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index 4d0d3fc2b3..13a4e1c014 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -359,9 +359,6 @@ 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;
-
VerbSlot *vs;
bool tmp;