]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/constants.h
comments
[dragonfireclient.git] / src / constants.h
index fc800760244db428918ec0326fa83a3a7bdafeb1..f90b278d2b25ade145f26c0ce1744e1431a84ec2 100644 (file)
@@ -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.
@@ -97,7 +99,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 #define MAX_OBJECTDATA_SIZE 450
 
-#define WATER_LEVEL (0)
+/*
+       This is good to be a bit different than 0 so that water level
+       is not between to MapBlocks
+*/
+#define WATER_LEVEL 3
 
 // Length of cracking animation in count of images
 #define CRACK_ANIMATION_LENGTH 5