aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/phantom_scenes4.cpp')
-rw-r--r--engines/mads/phantom/phantom_scenes4.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/mads/phantom/phantom_scenes4.cpp b/engines/mads/phantom/phantom_scenes4.cpp
index f76e3e117b..fba635db93 100644
--- a/engines/mads/phantom/phantom_scenes4.cpp
+++ b/engines/mads/phantom/phantom_scenes4.cpp
@@ -2948,14 +2948,13 @@ void Scene409::enter() {
_scene->_hotspots.activate(NOUN_SWORD, true);
}
-
if (!_globals[kDoorIn409IsOpen]) {
_globals._sequenceIndexes[6] = _scene->_sequences.addStampCycle(_globals._spriteIndexes[6], false, 1);
_scene->_sequences.setDepth(_globals._sequenceIndexes[6], 14);
_scene->_hotspots.activate(NOUN_ARCHWAY_TO_NORTH, false);
} else
_scene->_hotspots.activate(NOUN_DOOR, false);
-0
+
if (_scene->_priorSceneId == 410) {
_game._player._facing = FACING_NORTH;
_game._player._playerPos = Common::Point(229, 106);