Fix water-glass and water-lava surfaces
[oweals/minetest.git] / src / guiMainMenu.h
index a451a9c21ffb40bbac2e45b8e24623cc2af0f9ad..ba2fc6be5e2329265edaad51112bcab603a17426 100644 (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;