From fb8b39cd0503ec731921dce517a0f38b340f9cd6 Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 5 Jan 2004 22:17:48 +0000 Subject: [PATCH] slow speed illness made a little bit faster set to 0.03 insted of 0.01 --- include/basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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