diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2010-12-23 12:10:46 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-23 12:10:46 +0200 |
| commit | a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d (patch) | |
| tree | acd394bb791dc81aff2515083351e23e25346430 /src/constants.h | |
| parent | 03d67af9e85b9641556c8ea2276aa07f6fca175e (diff) | |
| download | dragonfireclient-a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d.tar.xz | |
fixed crack animation timing in client
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 3 |
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 |
