aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 7d9cc18dea..68d5bdb7f2 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -490,6 +490,7 @@ void EditGameDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
LauncherDialog::LauncherDialog(GameDetector &detector)
: Dialog(0, 0, 320, 200), _detector(detector) {
+ _mainDialog = true;
const int screenW = g_system->getOverlayWidth();
const int screenH = g_system->getOverlayHeight();