diff options
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r-- | engines/mads/nebular/nebular_scenes2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp index 9d5e2185e8..164b943282 100644 --- a/engines/mads/nebular/nebular_scenes2.cpp +++ b/engines/mads/nebular/nebular_scenes2.cpp @@ -3462,6 +3462,7 @@ void Scene209::actions() { case 3: _scene->_sprites.remove(_globals._spriteIndexes[11]); + _scene->_spriteSlots.fullRefresh(true); break; } _action._inProgress = false; |