GUI: workaround for "unsupported game" dialogue

This sendCommand() call interrupts the "this game is unsupported" call,
causing it to automatically cancel.

Fixes a bug introduced by 8cda1fe870.
This commit is contained in:
Misty De Meo 2022-08-15 22:25:04 -07:00 committed by Thierry Crozat
parent 18113a0b6c
commit c3af8f0a7f

View File

@ -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"));