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-Tag: 0.4.7~29^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee8067f7cfa5b25e12a166bd5d306a905630ee92;p=oweals%2Fminetest.git Switch menu to game selected in world creation dialog --- diff --git a/src/main.cpp b/src/main.cpp index 67aa82bc4..9a646413d 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; }