From d44abdab17f6ad7a05ddc08d418af35e9cabddef Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 17 Jan 2011 21:15:31 +0200 Subject: minecraft-style water done (but no texture animation or sound) --- src/constants.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index fc8007602..3cb285065 100644 --- a/src/constants.h +++ b/src/constants.h @@ -97,7 +97,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 -- cgit v1.2.3