Revert change that caused more problems

svn-id: r10395
This commit is contained in:
Travis Howell 2003-09-24 07:40:19 +00:00
parent e9dd4dc167
commit d60237eab9

View File

@ -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;