Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dbigstuff.cpp516 EX bool checkInTree(cell *c, int maxv) { in checkInTree() function
524 if(c2->landparam < c->landparam && checkInTree(c2, maxv-1)) in checkInTree()
790 if(!c->landflags && checkInTree(c, 5)) { in buildEquidistant()
H A Dlandgen.cpp2228 …else if(c->wall == waCanopy && !checkInTree(c, 3) && hrand(5000) < PT(300 + 5 * (kills[moSparrowha… in giantLandSwitch()