Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhistory.cpp656 EX set<cell*> inmovehistory, inkillhistory, infindhistory; variable
660 inkillhistory.clear(); in restore()
669 inkillhistory.insert(killhistory[i].first); in restore()
H A Dgraph.cpp2552 bool darkhistory = history::includeHistory && history::inkillhistory.count(c); in drawMonster()