mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
MADS: Fix for player disappearing after throwing fish or burger
This commit is contained in:
parent
4cc0add4a9
commit
ce5c2f3e28
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user