summaryrefslogtreecommitdiff
path: root/src/intro_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro_gui.cpp')
-rw-r--r--src/intro_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp
index ad87e09df..ee9782908 100644
--- a/src/intro_gui.cpp
+++ b/src/intro_gui.cpp
@@ -265,7 +265,7 @@ static const NWidgetPart _nested_select_game_widgets[] = {
static const WindowDesc _select_game_desc(
WDP_CENTER, 0, 0,
WC_SELECT_GAME, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_select_game_widgets, lengthof(_nested_select_game_widgets)
);