From 0c20973c17771155f40b6eaf9caba81204702e4e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 2 Nov 2011 12:50:21 +0200 Subject: Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds to enable_3d_clouds) --- src/guiMainMenu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guiMainMenu.h') 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; -- cgit v1.2.3