[Super-tux-commit] supertux/src defines.h,1.25,1.26
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-04-27 13:59:23
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4635/src Modified Files: defines.h Log Message: Just decreased the kicking time (the 3 secs were only for testing purposes). Index: defines.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/defines.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- defines.h 26 Apr 2004 14:40:17 -0000 1.25 +++ defines.h 27 Apr 2004 13:59:15 -0000 1.26 @@ -87,7 +87,7 @@ /* Timing constants (in ms): */ -#define KICKING_TIME 3000 +#define KICKING_TIME 600 /* Debugging */ |