From 0b0c288aa9a6960d593b95745d74245cd0d6d333 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Tue, 27 Apr 2004 13:59:15 +0000 Subject: [PATCH] Just decreased the kicking time (the 3 secs were only for testing purposes). SVN-Revision: 779 --- src/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defines.h b/src/defines.h index 4bdaab24c..f7642d47b 100644 --- a/src/defines.h +++ b/src/defines.h @@ -87,7 +87,7 @@ enum DyingType { /* Timing constants (in ms): */ -#define KICKING_TIME 3000 +#define KICKING_TIME 600 /* Debugging */ -- 2.11.0