Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dflags.cpp356 EX bool conegraph(cell *c) { in conegraph() function
H A Dcelldrawer.cpp670 if(conegraph(c)) { in draw_wall()
687 if(!highwall(c2) || conegraph(c2) || c2->wall == waClosedGate || fake::split()) in draw_wall()
720 if(conegraph(c)) { in draw_wall()
762 if(!highwall(c2) || conegraph(c2) || neon_mode == eNeon::illustration) { in draw_wall()
2723 else if(highwall(c) && conegraph(c)) { in draw()