|
|
|
@ -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();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|