version 1.38 | | version 1.39 |
---|
| | |
/* | | /* |
* static char *rcsid_random_map_c = | | * static char *rcsid_random_map_c = |
* "$Id: random_map.c,v 1.38 2005/04/14 06:57:01 mwedel Exp $"; | | * "$Id: random_map.c,v 1.39 2005/08/11 15:42:35 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* set the name of the map. */ | | /* set the name of the map. */ |
strcpy(theMap->path,OutFileName); | | strcpy(theMap->path,OutFileName); |
| | |
| | /* set region */ |
| | theMap->region=RP->region; |
| | |
make_map_walls(theMap,layout,RP->wallstyle,RP); | | make_map_walls(theMap,layout,RP->wallstyle,RP); |
| | |
put_doors(theMap,layout,RP->doorstyle,RP); | | put_doors(theMap,layout,RP->doorstyle,RP); |