version 1.41 | | version 1.42 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |