diff options
author | Travis Howell | 2003-09-24 07:38:59 +0000 |
---|---|---|
committer | Travis Howell | 2003-09-24 07:38:59 +0000 |
commit | e9dd4dc167c50665317ddda6c5e183aba5acc338 (patch) | |
tree | 3eb6b3af7d63c77da199a14bd0143030b4b1a764 /scumm | |
parent | 181d774769a18aa670c69c2031ff4a30652d622b (diff) | |
download | scummvm-rg350-e9dd4dc167c50665317ddda6c5e183aba5acc338.tar.gz scummvm-rg350-e9dd4dc167c50665317ddda6c5e183aba5acc338.tar.bz2 scummvm-rg350-e9dd4dc167c50665317ddda6c5e183aba5acc338.zip |
Revert change that caused more problems
svn-id: r10394
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/verbs.cpp | 4 |
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; |