slow speed illness made a little bit faster set to 0.03 insted of 0.01

origin
stpohle 22 years ago
parent 45b4840686
commit fb8b39cd05

@ -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

Loading…
Cancel
Save