diff --git a/include/basic.h b/include/basic.h index 3b57612..a2de2a3 100644 --- a/include/basic.h +++ b/include/basic.h @@ -1,4 +1,4 @@ -/* $Id: basic.h,v 1.13 2004/01/04 20:37:50 stpohle Exp $ */ +/* $Id: basic.h,v 1.14 2004/01/05 22:17:48 stpohle Exp $ */ /* basic types which we need everywhere */ #ifndef _BC_BASIC_H_ @@ -53,7 +53,7 @@ #define BOMB_TIMEOUT 4.0 #define ILL_TIMEOUT 20 -#define ILL_SLOWSPEED 0.01 +#define ILL_SLOWSPEED 0.03 #define ILL_FASTSPEED 0.5 #define LEN_PLAYERNAME 10