Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddgn-shoals.cc751 const int min_height_threshold = (SHT_SHALLOW_WATER + SHT_FLOOR) / 2; in _shoals_connecting_point_clamp_height() local
752 if (dgn_height_at(c) < min_height_threshold) in _shoals_connecting_point_clamp_height()
753 dgn_height_at(c) = min_height_threshold; in _shoals_connecting_point_clamp_height()