Bug #380 » 0065-Correct-rand_map_pos_characteristic-header.patch
| server/generator/mapgen.c | ||
|---|---|---|
|
/**********************************************************************//**
|
||
|
Return random map coordinates which have some conditions and which are
|
||
|
not yet placed on pmap.
|
||
|
Returns FALSE if there is no such position.
|
||
|
Returns nullptr if there is no such position.
|
||
|
**************************************************************************/
|
||
|
static struct tile *rand_map_pos_characteristic(wetness_c wc,
|
||
|
temperature_type tc,
|
||