mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
Merge branch 'master' of github.com:scummvm/scummvm
This commit is contained in:
commit
7329fbbc38
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user