From 22e8a27b20a814ae86801b967a27d53da39250dd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 Jun 2014 15:15:06 -0400 Subject: MADS: Fix leaving scene 413 to the south --- engines/mads/nebular/nebular_scenes4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3