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