summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-23 12:10:46 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-23 12:10:46 +0200
commita55850e4dcc3440fdadb9fc94df3f2ef02f5a34d (patch)
treeacd394bb791dc81aff2515083351e23e25346430 /src/constants.h
parent03d67af9e85b9641556c8ea2276aa07f6fca175e (diff)
downloadminetest-a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d.tar.gz
minetest-a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d.tar.bz2
minetest-a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d.zip
fixed crack animation timing in client
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 3 insertions, 0 deletions
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