diff options
-rw-r--r-- | engines/mads/nebular/nebular_scenes1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes1.cpp b/engines/mads/nebular/nebular_scenes1.cpp index 1b875ae9fe..cd3b90089e 100644 --- a/engines/mads/nebular/nebular_scenes1.cpp +++ b/engines/mads/nebular/nebular_scenes1.cpp @@ -2738,7 +2738,7 @@ void Scene109::actions() { _scene->_spriteSlots.fullRefresh(); _scene->_sequences.scan(); if (_game._player._visible) { - _game._player._spritesChanged = true; + _game._player._forceRefresh = true; _game._player.update(); } |