summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-03-02 02:00:11 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-03-02 02:00:11 +0200
commit2e7b15fed37e6e81844b3cac0e37671ff3a8b4da (patch)
treec71ca1e535aff6770077c82193d2b2233997c61b /src/constants.h
parent9a22d02903549c09f059b12f0ec06ea12a19abbb (diff)
downloadminetest-2e7b15fed37e6e81844b3cac0e37671ff3a8b4da.tar.gz
minetest-2e7b15fed37e6e81844b3cac0e37671ff3a8b4da.tar.bz2
minetest-2e7b15fed37e6e81844b3cac0e37671ff3a8b4da.zip
mapgen work-in-progress
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index 3c37fca87..cdd61470c 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -33,6 +33,7 @@ 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.