summaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-03 23:06:57 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-03 23:06:57 +0200
commitd0fdfd44c593eb3d7df4e2ef0a6c48d1c51d7138 (patch)
tree5f1d5968f12c4a52b0dff7cdc2addf1adeec58d9 /src/guiMainMenu.h
parentf5995337e887b4d36fc0c6f6d4459332e92178b6 (diff)
downloadminetest-d0fdfd44c593eb3d7df4e2ef0a6c48d1c51d7138.tar.gz
minetest-d0fdfd44c593eb3d7df4e2ef0a6c48d1c51d7138.tar.bz2
minetest-d0fdfd44c593eb3d7df4e2ef0a6c48d1c51d7138.zip
Add option to set water opaque (mainly for stylistic choice)
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 a451a9c21..ba2fc6be5 100644
--- a/src/guiMainMenu.h
+++ b/src/guiMainMenu.h
@@ -36,6 +36,7 @@ enum
GUI_ID_FANCYTREE_CB,
GUI_ID_SMOOTH_LIGHTING_CB,
GUI_ID_3D_CLOUDS_CB,
+ GUI_ID_OPAQUE_WATER_CB,
GUI_ID_DAMAGE_CB,
GUI_ID_CREATIVE_CB,
GUI_ID_JOIN_GAME_BUTTON,
@@ -66,6 +67,7 @@ struct MainMenuData
bool fancy_trees;
bool smooth_lighting;
bool clouds_3d;
+ bool opaque_water;
// Server options
bool creative_mode;
bool enable_damage;