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:
parent
18113a0b6c
commit
c3af8f0a7f
1 changed files with 1 additions and 0 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue