Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstate.cc329 bool god_is_acting = god_act.depth > 0; in is_god_acting() local
330 ASSERT(!(god_is_acting && god_act.which_god == GOD_NO_GOD)); in is_god_acting()
331 ASSERT(god_is_acting || god_act.which_god == GOD_NO_GOD); in is_god_acting()
332 ASSERT(god_is_acting || god_act_stack.empty()); in is_god_acting()
334 return god_is_acting; in is_god_acting()