--- deliantra/server/random_maps/floor.C 2006/08/29 08:01:36 1.2 +++ deliantra/server/random_maps/floor.C 2006/09/03 09:00:09 1.3 @@ -1,6 +1,6 @@ /* * static char *rcsid_floor_c = - * "$Id: floor.C,v 1.2 2006/08/29 08:01:36 root Exp $"; + * "$Id: floor.C,v 1.3 2006/09/03 09:00:09 root Exp $"; */ /* @@ -38,7 +38,7 @@ char stylefilepath[256]; mapstruct *style_map=0; object *the_floor; - mapstruct *newMap =0; /* (mapstruct *) calloc(sizeof(mapstruct),1); */ + mapstruct *newMap =0; /* allocate the map */ newMap = get_empty_map(RP->Xsize,RP->Ysize);