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


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.19 2003/03/07 07:33:13 mwedel Exp $";   *   "$Id: special.c,v 1.20 2004/08/07 23:24:13 temitchell Exp $";
  */   */
   
 /*  /*
Line 234
 
Line 234
     if (g_ysize < MIN_RANDOM_MAP_SIZE) g_ysize = MIN_RANDOM_MAP_SIZE;      if (g_ysize < MIN_RANDOM_MAP_SIZE) g_ysize = MIN_RANDOM_MAP_SIZE;
   
     write_parameters_to_string(buf, g_xsize, g_ysize,RP->wallstyle,RP->floorstyle,mon,      write_parameters_to_string(buf, g_xsize, g_ysize,RP->wallstyle,RP->floorstyle,mon,
                                  "none",style,decor,"none",RP->exitstyle,0,0,                                   "none",style,decor,"none",RP->exitstyle,0,0,0,
                                  OPT_WALLS_ONLY,0,0,1,RP->dungeon_level,RP->dungeon_level,                                   OPT_WALLS_ONLY,0,0,1,RP->dungeon_level,RP->dungeon_level,
                                  RP->difficulty,RP->difficulty,-1,1,0,0,0,0);                                   RP->difficulty,RP->difficulty,-1,1,0,0,0,0);
     the_exit->slaying = add_string("/!");      the_exit->slaying = add_string("/!");


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:57