SHERLOCK: Fix trying to enter theatre without talking to Lestrade
This commit is contained in:
parent
90b35d2381
commit
dceff02922
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue