Home
last modified time | relevance | path

Searched refs:MMT_NO_POOL (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon.h52 MMT_NO_POOL = 0x08, // Pool fixup should not be applied here. enumerator
H A Ddungeon.cc1319 _mask_vault(place, MMT_NO_POOL); in dgn_register_place()
2815 if (map_masked(*ri, MMT_NO_POOL) || env.grid(*ri) != DNGN_DEEP_WATER) in _prepare_water()
H A Dmapdef.cc1305 mask_tags |= MMT_NO_POOL; in merge_subvault()