aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/game.cpp')
-rw-r--r--engines/mads/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index 28a1d1d4ea..3b22e37e9b 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -237,6 +237,7 @@ void Game::sectionLoop() {
_player._targetFacing = _player._facing;
_player.selectSeries();
_player.updateFrame();
+
_player._visible3 = _player._visible;
_player._special = _scene.getDepthHighBits(_player._playerPos);
_player._priorTimer = _scene._frameStartTime - _player._ticksAmount;