summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-24 13:32:11 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-24 13:32:11 +0200
commit24e41ab4c892a7cecee2d4e5e625afd83de43034 (patch)
tree077aa79e8618d0c2fd44ebc6ad36b72586a3041e /src/constants.h
parent4a952f22d779cdce27dbfc68a23a7d13d3e62c0d (diff)
downloadminetest-24e41ab4c892a7cecee2d4e5e625afd83de43034.tar.gz
minetest-24e41ab4c892a7cecee2d4e5e625afd83de43034.tar.bz2
minetest-24e41ab4c892a7cecee2d4e5e625afd83de43034.zip
Mainly some texture tweaking
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index 3cb285065..f90b278d2 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -32,6 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define DEBUGFILE "debug.txt"
+#define WATER_ALPHA 160
+
// Define for simulating the quirks of sending through internet.
// Causes the socket class to deliberately drop random packets.
// This disables unit testing of socket and connection.