From: Ricardo Cruz Date: Tue, 27 Apr 2004 13:59:15 +0000 (+0000) Subject: Just decreased the kicking time (the 3 secs were only for testing purposes). X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0b0c288aa9a6960d593b95745d74245cd0d6d333;p=supertux.git Just decreased the kicking time (the 3 secs were only for testing purposes). SVN-Revision: 779 --- 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 */