--- deliantra/server/random_maps/exit.C 2010/04/10 01:54:07 1.41 +++ deliantra/server/random_maps/exit.C 2010/04/13 02:39:53 1.42 @@ -280,7 +280,7 @@ { char buf[16384]; - int i = find_free_spot (the_exit_down, map, downx, downy, 1, SIZEOFFREE1 + 1); + int i = rmg_find_free_spot (the_exit_down, map, downx, downy, 1, SIZEOFFREE1 + 1); the_exit_down->x = downx + freearr_x[i]; the_exit_down->y = downy + freearr_y[i]; RP->origin_x = the_exit_down->x;