Difference for random_maps/random_map.c from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.38 2005/04/14 06:57:01 mwedel Exp $";   *   "$Id: random_map.c,v 1.39 2005/08/11 15:42:35 cavesomething Exp $";
  */   */
   
 /*  /*
Line 102
 
Line 102
     /* set the name of the map. */      /* set the name of the map. */
     strcpy(theMap->path,OutFileName);      strcpy(theMap->path,OutFileName);
   
       /* set region */
       theMap->region=RP->region;
      
     make_map_walls(theMap,layout,RP->wallstyle,RP);      make_map_walls(theMap,layout,RP->wallstyle,RP);
   
     put_doors(theMap,layout,RP->doorstyle,RP);      put_doors(theMap,layout,RP->doorstyle,RP);


Legend:
line(s) removed in v.1.38 
line(s) changed
 line(s) added in v.1.39

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