From d0fdfd44c593eb3d7df4e2ef0a6c48d1c51d7138 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 3 Nov 2011 23:06:57 +0200 Subject: Add option to set water opaque (mainly for stylistic choice) --- 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 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; -- cgit v1.2.3