projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf76f6
)
Switch menu to game selected in world creation dialog
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 2 May 2013 17:59:52 +0000
(20:59 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 2 May 2013 17:59:52 +0000
(20:59 +0300)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 67aa82bc4d299eada1c49609f0fa7d412dacb050..9a646413dc54d17e69a6eb8e2026350fa0d0b33c 100644
(file)
--- 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;
}