--- cf.schmorp.de/server/random_maps/floor.C 2006/12/31 19:02:24 1.9 +++ cf.schmorp.de/server/random_maps/floor.C 2006/12/31 20:46:17 1.10 @@ -32,8 +32,8 @@ maptile * make_map_floor (char **layout, char *floorstyle, random_map_params *RP) { - char styledirname[256]; - char stylefilepath[256]; + char styledirname[1024]; + char stylefilepath[1024]; maptile *style_map = 0; object *the_floor; maptile *newMap = 0;