--- cf.schmorp.de/server/random_maps/floor.C 2007/07/01 05:00:19 1.15 +++ cf.schmorp.de/server/random_maps/floor.C 2007/08/09 21:35:05 1.16 @@ -54,5 +54,5 @@ if ((the_floor = style_map->pick_random_object ())) for (int x = 0; x < width; x++) for (int y = 0; y < height; y++) - insert (arch_to_object (the_floor->arch), x, y, 0, INS_NO_MERGE | INS_NO_WALK_ON); + insert (the_floor->clone (), x, y, 0, INS_NO_MERGE | INS_NO_WALK_ON); }