1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Show game name instead of game ID of selected game

This commit is contained in:
PilzAdam 2013-05-02 19:57:03 +02:00
parent ee8067f7cf
commit b75505e6b2
3 changed files with 9 additions and 3 deletions

View file

@ -40,6 +40,7 @@ struct MainMenuData
// Generic
int selected_tab;
std::string selected_game;
std::string selected_game_name;
// Client options
std::string servername;
std::string serverdescription;
@ -80,6 +81,7 @@ struct MainMenuData
// Generic
selected_tab(0),
selected_game("minetest"),
selected_game_name("Minetest"),
// Client opts
fancy_trees(false),
smooth_lighting(false),