From a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 23 Dec 2010 12:10:46 +0200 Subject: fixed crack animation timing in client --- src/constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 8b7e77c42..cf394ca02 100644 --- a/src/constants.h +++ b/src/constants.h @@ -79,5 +79,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define WATER_LEVEL (0) +// Length of cracking animation in count of images +#define CRACK_ANIMATION_LENGTH 4 + #endif -- cgit v1.2.3