aboutsummaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-08-22 12:53:02 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-08-22 12:53:02 +0300
commit23717510c21c89f39760faf033844d531fc093b5 (patch)
tree078e94632a2d622f0d45673d43e867b717496429 /src/constants.h
parent29c9d3d5f44ea6bb812a7d66d3ce582a1aeb7557 (diff)
parentdc4ac0b96fc11d4620f04d6068e681ab793a5d92 (diff)
downloadminetest-23717510c21c89f39760faf033844d531fc093b5.tar.gz
minetest-23717510c21c89f39760faf033844d531fc093b5.tar.bz2
minetest-23717510c21c89f39760faf033844d531fc093b5.zip
Merge branch '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.