mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
MADS: Add missing sprites removal from resetScene
This commit is contained in:
parent
f16dd2a7f2
commit
374bd9afc5
@ -674,6 +674,7 @@ void Scene::changeVariant(int variant) {
|
||||
|
||||
void Scene::resetScene() {
|
||||
_vm->_game->clearQuotes();
|
||||
removeSprites();
|
||||
_spriteSlots.fullRefresh(true);
|
||||
_sequences.clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user