Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhyper.h161 #define sphere_narcm (sphere && !arcm::in()) macro
172 #define smallsphere (sphere_narcm && S7 < 5)
173 #define bigsphere (sphere_narcm && S7 == 5)
H A Dmonstergen.cpp281 else if(sphere_narcm && WDIM == 2 && !INVERSE) for(int i=0; i<spherecells(); i++) { in haveOrbPower()
521 if(sphere_narcm && WDIM == 2 && (haveKraken() || !items[itOrbFish])) { in wandering()
H A Dpattern2.cpp2196 if(sphere_narcm) in showPattern()