Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtarget.cc1227 switch (no_landing_reason) in valid_aim()
1357 no_landing_reason = shadow_step_blocked::no_target; in get_additional_sites()
1361 no_landing_reason = shadow_step_blocked::none; in get_additional_sites()
1371 no_landing_reason = shadow_step_blocked::none; in get_additional_sites()
1374 no_landing_reason = blocked_landing_reason; in get_additional_sites()
H A Dtarget.h249 shadow_step_blocked no_landing_reason; variable