From 1f8845e9f433365c3586240b4e395cf888ec770b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 14 Mar 2015 13:04:46 +0200 Subject: MADS: Fix toggling of game options --- engines/mads/nebular/dialogs_nebular.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/mads/nebular/dialogs_nebular.cpp') diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp index 6c57c85408..530cf8a785 100644 --- a/engines/mads/nebular/dialogs_nebular.cpp +++ b/engines/mads/nebular/dialogs_nebular.cpp @@ -1142,8 +1142,9 @@ void OptionsDialog::show() { // Reload menu _lineIndex = -1; clearLines(); + _vm->_game->_screenObjects.clear(); + _vm->_game->_scene._spriteSlots.reset(); setLines(); - setClickableLines(); } while (!_vm->shouldQuit() && _selectedLine != 0 && _selectedLine <= 7); // If Done button not pressed, reset settings -- cgit v1.2.3