Home
last modified time | relevance | path

Searched refs:inmovehistory (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
659 inmovehistory.clear(); in restore()
663 inmovehistory.insert(movehistory[i]); in restore()
H A Dcelldrawer.cpp2193 if(history::includeHistory && history::inmovehistory.count(c)) in draw_wall_full()