version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_exit_c = | | * static char *rcsid_exit_c = |
* "$Id: exit.c,v 1.3 2000/05/26 09:50:47 jec Exp $"; | | * "$Id: exit.c,v 1.4 2000/06/09 09:28:08 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
the_exit_down->slaying = add_string(new_map_name); | | the_exit_down->slaying = add_string(new_map_name); |
/* load it */ | | /* load it */ |
new_map = load_original_map(final_map,0); | | new_map = load_original_map(final_map,0); |
| | /* fix the treasures in the map. */ |
| | fix_auto_apply(new_map); |
strcpy(new_map->path,new_map_name); | | strcpy(new_map->path,new_map_name); |
/* setup the exit back */ | | /* setup the exit back */ |
the_exit_back->slaying = add_string(map->path); | | the_exit_back->slaying = add_string(map->path); |