Skip to content

Commit

Permalink
MADS: Fix for climbing in penthouse window
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 2, 2014
1 parent abb3038 commit 05830e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/nebular/nebular_scenes7.cpp
Expand Up @@ -1716,7 +1716,7 @@ void Scene705::actions() {
_dialog1.start();
} else
_vm->_dialogs->show(70323);
} if (_action._lookFlag || _action.isAction(VERB_LOOK, NOUN_WATER))
} else if (_action._lookFlag || _action.isAction(VERB_LOOK, NOUN_WATER))
_vm->_dialogs->show(70511);
else if (_action.isAction(VERB_LOOK, NOUN_VOLCANO_RIM))
_vm->_dialogs->show(70512);
Expand Down

0 comments on commit 05830e4

Please sign in to comment.