Difference for random_maps/exit.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 168
 
Line 168
    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);


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:55