version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_exit_c = | | * static char *rcsid_exit_c = |
* "$Id: exit.c,v 1.4 2000/06/09 09:28:08 cvs Exp $"; | | * "$Id: exit.c,v 1.5 2000/06/14 07:07:10 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); |
| | /* leave if we couldn't find it. */ |
| | if(new_map==NULL) return; |
/* fix the treasures in the map. */ | | /* fix the treasures in the map. */ |
fix_auto_apply(new_map); | | fix_auto_apply(new_map); |
strcpy(new_map->path,new_map_name); | | strcpy(new_map->path,new_map_name); |