|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: basic.h,v 1.20 2004/02/11 21:45:06 stpohle Exp $ */
|
|
|
|
/* $Id: basic.h,v 1.21 2004/03/23 21:02:20 stpohle Exp $ */
|
|
|
|
/* basic types which we need everywhere */
|
|
|
|
/* basic types which we need everywhere */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _BC_BASIC_H_
|
|
|
|
#ifndef _BC_BASIC_H_
|
|
|
@ -59,7 +59,7 @@
|
|
|
|
#define ILL_SLOWSPEED 0.03
|
|
|
|
#define ILL_SLOWSPEED 0.03
|
|
|
|
#define ILL_FASTSPEED 0.5
|
|
|
|
#define ILL_FASTSPEED 0.5
|
|
|
|
|
|
|
|
|
|
|
|
#define LEN_PLAYERNAME 10
|
|
|
|
#define LEN_PLAYERNAME 16
|
|
|
|
#define LEN_SERVERNAME 41
|
|
|
|
#define LEN_SERVERNAME 41
|
|
|
|
#define LEN_PORT 6
|
|
|
|
#define LEN_PORT 6
|
|
|
|
#define LEN_GAMENAME 32
|
|
|
|
#define LEN_GAMENAME 32
|
|
|
|