origin
stpohle 22 years ago
parent 95ae84066a
commit 74184ed7c2

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

@ -1,4 +1,4 @@
/* $Id: map.c,v 1.24 2004/02/10 23:13:16 stpohle Exp $ */ /* $Id: map.c,v 1.25 2004/03/23 21:02:21 stpohle Exp $ */
/* map handling, like generate and load maps. */ /* map handling, like generate and load maps. */
#include "bomberclone.h" #include "bomberclone.h"
@ -193,7 +193,7 @@ map_genrandom ()
/* set the corners of the map to be valid start points */ /* set the corners of the map to be valid start points */
map_ensure_corner_start_points(); // map_ensure_corner_start_points();
} }

Loading…
Cancel
Save