diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp index 803051596d0..7073dabaeb4 100644 --- a/gui/gui-manager.cpp +++ b/gui/gui-manager.cpp @@ -89,6 +89,7 @@ GuiManager::GuiManager() : CommandSender(nullptr), _redrawStatus(kRedrawDisabled initTextToSpeech(); initIconsSet(); + _iconsSetChanged = false; ConfMan.registerDefault("gui_theme", "scummremastered"); Common::String themefile(ConfMan.get("gui_theme"));