From 74184ed7c263bf9c0cd561efac476337f1ab60bf Mon Sep 17 00:00:00 2001 From: stpohle Date: Tue, 23 Mar 2004 21:02:20 +0000 Subject: [PATCH] ver 0.11.2 --- include/basic.h | 4 ++-- src/map.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/basic.h b/include/basic.h index 7c2d671..4ad2038 100644 --- a/include/basic.h +++ b/include/basic.h @@ -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 */ #ifndef _BC_BASIC_H_ @@ -59,7 +59,7 @@ #define ILL_SLOWSPEED 0.03 #define ILL_FASTSPEED 0.5 -#define LEN_PLAYERNAME 10 +#define LEN_PLAYERNAME 16 #define LEN_SERVERNAME 41 #define LEN_PORT 6 #define LEN_GAMENAME 32 diff --git a/src/map.c b/src/map.c index 7195825..67bf2f9 100644 --- a/src/map.c +++ b/src/map.c @@ -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. */ #include "bomberclone.h" @@ -193,7 +193,7 @@ map_genrandom () /* set the corners of the map to be valid start points */ - map_ensure_corner_start_points(); + // map_ensure_corner_start_points(); }