Just decreased the kicking time (the 3 secs were only for testing purposes).
authorRicardo Cruz <rick2@aeiou.pt>
Tue, 27 Apr 2004 13:59:15 +0000 (13:59 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Tue, 27 Apr 2004 13:59:15 +0000 (13:59 +0000)
SVN-Revision: 779

src/defines.h

index 4bdaab2..f7642d4 100644 (file)
@@ -87,7 +87,7 @@ enum DyingType {
 
 /* Timing constants (in ms): */
 
-#define KICKING_TIME 3000
+#define KICKING_TIME 600
 
 
 /* Debugging */