Filtering specific verbs is used in ITE, but not in IHNM. It's now possible to use the jukebox in the honky-tonk in IHNM
svn-id: r27110
This commit is contained in:
parent
158193fe51
commit
ab6fb8e9c3
1 changed files with 4 additions and 2 deletions
|
@ -719,8 +719,10 @@ void Script::whichObject(const Point& mousePoint) {
|
|||
(_currentVerb == getVerbType(kVerbClose)) ||
|
||||
((_currentVerb == getVerbType(kVerbGive)) && !_firstObjectSet) ||
|
||||
((_currentVerb == getVerbType(kVerbUse)) && !(actor->_flags & kFollower))) {
|
||||
objectId = ID_NOTHING;
|
||||
newObjectId = ID_NOTHING;
|
||||
if (_vm->getGameType() == GType_ITE) {
|
||||
objectId = ID_NOTHING;
|
||||
newObjectId = ID_NOTHING;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue