Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstairs.cc347 static bool _check_stairs(const dungeon_feature_type ftype, bool going_up) in _check_stairs() function
535 if (!shaft && !forced && !_check_stairs(how, going_up)) in _travel_destination()