- decreased kick time even more, fixed type error
[supertux.git] / src / defines.h
index 9c86b6d..c2c71a7 100644 (file)
@@ -85,6 +85,9 @@ enum DyingType {
 
 #define LEVEL_WIDTH 375
 
+/* Timing constants (in ms): */
+
+#define KICKING_TIME 200
 
 /* Debugging */