diff options
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 |