diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mads/player.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/mads/player.cpp b/engines/mads/player.cpp index 8720aeead3..a257cea264 100644 --- a/engines/mads/player.cpp +++ b/engines/mads/player.cpp @@ -790,9 +790,7 @@ void Player::removePlayerSprites() { } } - if (scene._activeAnimation != nullptr) - scene._activeAnimation->resetSpriteSetsCount(); - + scene._spriteSlots.clear(); scene._spriteSlots.fullRefresh(); _visible = false; } |