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