diff options
author | Strangerke | 2015-11-16 00:31:09 +0100 |
---|---|---|
committer | Strangerke | 2015-11-16 00:31:09 +0100 |
commit | ec3a4b994af521dd2f15c74d0aebcb4034157d9d (patch) | |
tree | 9d254f87f4d1e5b2064d14a797d06af14d0efb7e /engines/mads/phantom | |
parent | 03fe7c6b86a0191845398284beb5d2daa3fc2eaa (diff) | |
download | scummvm-rg350-ec3a4b994af521dd2f15c74d0aebcb4034157d9d.tar.gz scummvm-rg350-ec3a4b994af521dd2f15c74d0aebcb4034157d9d.tar.bz2 scummvm-rg350-ec3a4b994af521dd2f15c74d0aebcb4034157d9d.zip |
MADS: Some work on Camera
Diffstat (limited to 'engines/mads/phantom')
-rw-r--r-- | engines/mads/phantom/phantom_scenes2.cpp | 2 | ||||
-rw-r--r-- | engines/mads/phantom/phantom_scenes3.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/phantom/phantom_scenes2.cpp b/engines/mads/phantom/phantom_scenes2.cpp index 22a26ee9ca..9a9f825fdc 100644 --- a/engines/mads/phantom/phantom_scenes2.cpp +++ b/engines/mads/phantom/phantom_scenes2.cpp @@ -732,7 +732,7 @@ void Scene202::enter() { } void Scene202::step() { - if (_game._camX._panFrame) + if (_game._camX._currentFrameFl) handleChandeliersPositions(); if (_anim0ActvFl) diff --git a/engines/mads/phantom/phantom_scenes3.cpp b/engines/mads/phantom/phantom_scenes3.cpp index 77ef15579f..7047c4e06e 100644 --- a/engines/mads/phantom/phantom_scenes3.cpp +++ b/engines/mads/phantom/phantom_scenes3.cpp @@ -2601,7 +2601,7 @@ void Scene310::enter() { _game._player._visible = false; _globals._animationIndexes[0] = _scene->loadAnimation(formAnimName('l', 1), 80); _scene->_animation[_globals._animationIndexes[0]]->_canChangeView = true; - _game._camX._panMode = 1; + _game._camX._manualFl = true; _raoulMessageColor = 0x102; _chrisMessageColor = 0x1110; |