Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon.cc2095 static bool _add_feat_if_missing(bool (*iswanted)(const coord_def &), in _add_feat_if_missing() function
2206 if (!_add_feat_if_missing(_is_perm_down_stair, DNGN_ESCAPE_HATCH_DOWN)) in _add_connecting_escape_hatches()
2213 return _add_feat_if_missing(_is_upwards_exit_stair, DNGN_ESCAPE_HATCH_UP); in _add_connecting_escape_hatches()