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


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


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

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