From: Perttu Ahola Date: Thu, 2 May 2013 17:59:52 +0000 (+0300) Subject: Switch menu to game selected in world creation dialog X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ee8067f7cfa5b25e12a166bd5d306a905630ee92;p=zefram%2Fminetest%2Fminetest_engine.git Switch menu to game selected in world creation dialog --- diff --git a/src/main.cpp b/src/main.cpp index 67aa82bc..9a646413 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1795,6 +1795,7 @@ int main(int argc, char *argv[]) continue; } g_settings->set("selected_world_path", path); + g_settings->set("selected_mainmenu_game", menudata.create_world_gameid); continue; }