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


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.20 2004/08/07 23:24:13 temitchell Exp $";   *   "$Id: special.c,v 1.21 2005/04/14 06:57:02 mwedel Exp $";
  */   */
   
 /*  /*
Line 236
 
Line 236
     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,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, RP->difficulty_increase);
     the_exit->slaying = add_string("/!");      the_exit->slaying = add_string("/!");
     the_exit->msg = add_string(buf);      the_exit->msg = add_string(buf);
   


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

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