aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom
diff options
context:
space:
mode:
authorStrangerke2015-11-01 23:04:15 +0100
committerStrangerke2015-11-01 23:04:15 +0100
commit70de0278af72e1dcd532dc73875d07928fc8d553 (patch)
tree9643c72a65d6a6d00f0de0ac5831c7b563c07c8b /engines/mads/phantom
parentd449751c399c47ab971a1d9dfae5e9281e90a447 (diff)
downloadscummvm-rg350-70de0278af72e1dcd532dc73875d07928fc8d553.tar.gz
scummvm-rg350-70de0278af72e1dcd532dc73875d07928fc8d553.tar.bz2
scummvm-rg350-70de0278af72e1dcd532dc73875d07928fc8d553.zip
MADS: Phantom: Remove parasite character which breaks compilation
Diffstat (limited to 'engines/mads/phantom')
-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);