summaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiMainMenu.h')
-rw-r--r--src/guiMainMenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guiMainMenu.h b/src/guiMainMenu.h
index a594ccd41..b0c9ff24b 100644
--- a/src/guiMainMenu.h
+++ b/src/guiMainMenu.h
@@ -39,6 +39,7 @@ struct MainMenuData
// These are in the native format of the gui elements
// Generic
int selected_tab;
+ std::string selected_game;
// Client options
std::string servername;
std::string serverdescription;
@@ -78,6 +79,7 @@ struct MainMenuData
MainMenuData():
// Generic
selected_tab(0),
+ selected_game("minetest"),
// Client opts
fancy_trees(false),
smooth_lighting(false),