--- deliantra/server/random_maps/floor.C 2006/09/16 22:24:12 1.6 +++ deliantra/server/random_maps/floor.C 2006/12/30 10:16:11 1.7 @@ -38,7 +38,7 @@ maptile *newMap = 0; /* allocate the map */ - newMap = get_empty_map (RP->Xsize, RP->Ysize); + newMap = new maptile (RP->Xsize, RP->Ysize); /* get the style map */ sprintf (styledirname, "%s", "/styles/floorstyles");