--- deliantra/server/random_maps/exit.C 2006/12/30 18:45:28 1.13 +++ deliantra/server/random_maps/exit.C 2006/12/31 10:28:36 1.14 @@ -327,11 +327,9 @@ /* set the exit down. */ #endif /* load it */ - if (!(new_map = maptile::find_map (RP->final_map, 0))) + if (!(new_map = maptile::load_map_sync (RP->final_map))) return; - new_map->load (); - the_exit_down->slaying = RP->final_map; for (tmp = new_map->at (new_map->enter_x, new_map->enter_y).bot; tmp; tmp = tmp->above)