--- deliantra/server/random_maps/exit.C 2007/01/18 19:42:10 1.24 +++ deliantra/server/random_maps/exit.C 2007/02/17 23:32:11 1.25 @@ -173,7 +173,7 @@ { object *tmp; - tmp = pick_random_object (style_map_up); + tmp = style_map_up->pick_random_object (); the_exit_up = arch_to_object (tmp->arch); } @@ -186,7 +186,7 @@ { object *tmp; - tmp = pick_random_object (style_map_down); + tmp = style_map_down->pick_random_object (); the_exit_down = arch_to_object (tmp->arch); } else