Skip to content

Commit

Permalink
SHERLOCK: Fix trying to enter theatre without talking to Lestrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 2, 2015
1 parent 90b35d2 commit dceff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/user_interface.cpp
Expand Up @@ -1469,7 +1469,7 @@ void UserInterface::doMiscControl(int allowed) {
switch (allowed) {
case ALLOW_OPEN:
checkAction(obj._aOpen, MOPEN, _temp);
if (_menuMode && !talk._talkToAbort) {
if (_menuMode != TALK_MODE && !talk._talkToAbort) {
_menuMode = STD_MODE;
restoreButton(OPEN_MODE - 1);
_key = _oldKey = -1;
Expand Down

0 comments on commit dceff02

Please sign in to comment.