Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ddpgen.cpp108 vector<cell*> clboth; in launch() local
125 clboth = cl0; for(cell *c: cl1) clboth.push_back(c); in launch()
130 for(cell *c: clboth) if(c->wall == waNone && c != c0 && c != c1) { in launch()