--- deliantra/server/random_maps/floor.C 2007/02/14 01:33:24 1.13 +++ deliantra/server/random_maps/floor.C 2007/02/17 23:32:11 1.14 @@ -52,7 +52,7 @@ return; /* fill up the map with the given floor style */ - if ((the_floor = pick_random_object (style_map))) + 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);