summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-08-15 02:04:56 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-08-15 02:04:56 +0300
commit8f42a8be0c760322207287e50b624bd3d388a2e1 (patch)
treeebaadb35b922e2b3c0a3ef25a4841baf5c32c743 /src/constants.h
parentc4b707bca265c0c7a76abe01d6c36f354b7010fe (diff)
downloadminetest-8f42a8be0c760322207287e50b624bd3d388a2e1.tar.gz
minetest-8f42a8be0c760322207287e50b624bd3d388a2e1.tar.bz2
minetest-8f42a8be0c760322207287e50b624bd3d388a2e1.zip
lava!
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/constants.h b/src/constants.h
index 21ab2a64c..1af5f1f1b 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -30,9 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define DEBUGFILE "debug.txt"
-#define WATER_ALPHA 160
-//#define WATER_ALPHA 190
-
// 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.