aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2014-06-01 21:18:13 +0200
committerMartin Kiewitz2014-06-01 21:18:13 +0200
commit7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea (patch)
tree3b2446ddf519878ff38c3c718f76fa7c9a2bea5d
parent72b69c15fe7788895d438afbf0e70b4fdd0950ec (diff)
parent22e8a27b20a814ae86801b967a27d53da39250dd (diff)
downloadscummvm-rg350-7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea.tar.gz
scummvm-rg350-7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea.tar.bz2
scummvm-rg350-7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea.zip
Merge branch 'master' of github.com:scummvm/scummvm
-rw-r--r--engines/mads/nebular/nebular_scenes4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes4.cpp b/engines/mads/nebular/nebular_scenes4.cpp
index ccf8d7624a..e6ed093b39 100644
--- a/engines/mads/nebular/nebular_scenes4.cpp
+++ b/engines/mads/nebular/nebular_scenes4.cpp
@@ -4158,7 +4158,7 @@ void Scene413::actions() {
_game._player._stepEnabled = false;
_game._player._visible = false;
_scene->_nextSceneId = 409;
- } else if (_action.isAction(VERB_WALK_INSIDE, NOUN_CORRIDOR_TO_SOUTH))
+ } else if (_action.isAction(VERB_WALK_INTO, NOUN_CORRIDOR_TO_SOUTH))
_scene->_nextSceneId = 405;
else if (_action.isAction(VERB_LOOK, NOUN_WOODEN_STATUE))
_vm->_dialogs->show(41310);