Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtravel.h40 enum run_mode_type enum
495 coord_def pathfind(run_mode_type rt, bool fallback_explore = false);
541 run_mode_type runmode;
H A Dtravel.cc748 tp.pathfind(static_cast<run_mode_type>(you.running.runmode)); in _explore_find_target_square()
757 whereto = fallback_tp.pathfind(static_cast<run_mode_type>(you.running.runmode), true); in _explore_find_target_square()
1289 coord_def travel_pathfind::pathfind(run_mode_type rmode, bool fallback_explore) in pathfind()