From e9dd4dc167c50665317ddda6c5e183aba5acc338 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 24 Sep 2003 07:38:59 +0000 Subject: Revert change that caused more problems svn-id: r10394 --- scumm/verbs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm') 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; -- cgit v1.2.3