version 1.36 | | version 1.37 |
---|
| | |
/* | | /* |
* static char *rcsid_random_map_c = | | * static char *rcsid_random_map_c = |
* "$Id: random_map.c,v 1.36 2004/08/07 23:24:13 temitchell Exp $"; | | * "$Id: random_map.c,v 1.37 2004/12/29 01:08:49 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
put_decor(theMap,layout,RP->decorstyle,RP->decoroptions,RP); | | put_decor(theMap,layout,RP->decorstyle,RP->decoroptions,RP); |
| | |
/* generate treasures, etc. */ | | /* generate treasures, etc. */ |
if(RP->generate_treasure_now) | | |
fix_auto_apply(theMap); | | fix_auto_apply(theMap); |
| | |
unblock_exits(theMap,layout,RP); | | unblock_exits(theMap,layout,RP); |