--- deliantra/server/random_maps/exit.C 2006/09/10 16:06:37 1.4 +++ deliantra/server/random_maps/exit.C 2006/09/14 21:16:12 1.5 @@ -1,7 +1,7 @@ /* * static char *rcsid_exit_c = - * "$Id: exit.C,v 1.4 2006/09/10 16:06:37 root Exp $"; + * "$Id: exit.C,v 1.5 2006/09/14 21:16:12 root Exp $"; */ /* @@ -179,7 +179,7 @@ } } if (style_map_up == 0) - the_exit_up = arch_to_object (find_archetype ("exit")); + the_exit_up = arch_to_object (archetype::find ("exit")); else { object *tmp; @@ -191,7 +191,7 @@ /* we need a down exit only if we're recursing. */ if (RP->dungeon_level < RP->dungeon_depth || RP->final_map[0] != 0) if (style_map_down == 0) - the_exit_down = arch_to_object (find_archetype ("exit")); + the_exit_down = arch_to_object (archetype::find ("exit")); else { object *tmp;