diff options
| -rw-r--r-- | engines/mads/scene.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index 2afbcef2b0..0a45ee42ee 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -674,6 +674,7 @@ void Scene::changeVariant(int variant) {  void Scene::resetScene() {  	_vm->_game->clearQuotes(); +	removeSprites();  	_spriteSlots.fullRefresh(true);  	_sequences.clear();  } | 
