version 1.20 | | version 1.21 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |
| | |