Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtravel.h177 ES_GREEDY_ITEM = 0x00020, enumerator
H A Dtravel.cc616 #define ES_greedy (Options.explore_stop & ES_GREEDY_ITEM)
4763 if (greed_inducing && (Options.explore_stop & ES_GREEDY_ITEM)) in found_item()
H A Dinitfile.cc2357 conditions |= ES_GREEDY_ITEM; in read_explore_stop_conditions()