summaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-02 12:50:21 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-02 12:50:21 +0200
commit0c20973c17771155f40b6eaf9caba81204702e4e (patch)
tree82cfb25a61c2e3b8e1923c1500a5546fd711758c /src/guiMainMenu.h
parentf65d157786d09a4756a52ec52f821c02a5f0efad (diff)
downloadminetest-0c20973c17771155f40b6eaf9caba81204702e4e.tar.gz
minetest-0c20973c17771155f40b6eaf9caba81204702e4e.tar.bz2
minetest-0c20973c17771155f40b6eaf9caba81204702e4e.zip
Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds to enable_3d_clouds)
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 87561f797..a451a9c21 100644
--- a/src/guiMainMenu.h
+++ b/src/guiMainMenu.h
@@ -35,6 +35,7 @@ enum
GUI_ID_PORT_INPUT,
GUI_ID_FANCYTREE_CB,
GUI_ID_SMOOTH_LIGHTING_CB,
+ GUI_ID_3D_CLOUDS_CB,
GUI_ID_DAMAGE_CB,
GUI_ID_CREATIVE_CB,
GUI_ID_JOIN_GAME_BUTTON,
@@ -64,6 +65,7 @@ struct MainMenuData
std::wstring password;
bool fancy_trees;
bool smooth_lighting;
+ bool clouds_3d;
// Server options
bool creative_mode;
bool enable_damage;