Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dng-init.cc86 MAX_OVERFLOW_LEVEL); in _use_overflow_temple()
224 overflow_temples.resize(MAX_OVERFLOW_LEVEL); in initialise_temples()
241 MAX_OVERFLOW_LEVEL)); in initialise_temples()
329 MAX_OVERFLOW_LEVEL)); in initialise_temples()
H A Ddefines.h134 #define MAX_OVERFLOW_LEVEL 10 macro
H A Dmaps.cc865 return place.branch == BRANCH_DUNGEON && place.depth <= MAX_OVERFLOW_LEVEL; in _overflow_range()