Difference for random_maps/random_map.c from version 1.41 to 1.42


version 1.41 version 1.42
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.41 2006/02/20 23:33:28 qal21 Exp $";   *   "$Id: random_map.c,v 1.42 2006/06/03 21:56:27 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 642
 
Line 642
     strcat(buf,small_buf);      strcat(buf,small_buf);
   }    }
   
     if(RP->dungeon_name[0]) {
         sprintf(small_buf,"dungeon_name %s\n",RP->dungeon_name);
         strcat(buf,small_buf);
     }
   
   if(RP->decoroptions) {    if(RP->decoroptions) {
     sprintf(small_buf,"decoroptions %d\n",RP->decoroptions);      sprintf(small_buf,"decoroptions %d\n",RP->decoroptions);
     strcat(buf,small_buf);      strcat(buf,small_buf);


Legend:
line(s) removed in v.1.41 
line(s) changed
 line(s) added in v.1.42

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