1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add option to set water opaque (mainly for stylistic choice)

This commit is contained in:
Perttu Ahola 2011-11-03 23:06:57 +02:00
parent f5995337e8
commit d0fdfd44c5
5 changed files with 39 additions and 9 deletions

View file

@ -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;