Difference for random_maps/random_map.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.19 2001/04/26 05:37:10 mardahl Exp $";   *   "$Id: random_map.c,v 1.20 2001/05/03 18:29:35 mardahl Exp $";
  */   */
   
 /*  /*
Line 103
 
Line 103
   unblock_exits(theMap,layout,RP);    unblock_exits(theMap,layout,RP);
   /*  fclose(OutFile); */    /*  fclose(OutFile); */
   /*new_save_map(theMap,1);*/    /*new_save_map(theMap,1);*/
   
     /*free the layout */
     { int i;
       for(i=0;i<RP->Xsize;i++)
         free(layout[i]);
       free(layout);
     }
    
   return theMap;    return theMap;
 }  }
   


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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