Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dasonov.cpp219 set_flag(flag, qHUGE_BOUNDED, period_xy * period_xy * period_z > 16384); in set_flags()
H A Dclasses.cpp798 static const flagtype qHUGE_BOUNDED = 262144; variable
H A Dracing.cpp478 if(bounded && !prod && !(cgflags & qHUGE_BOUNDED)) { in generate_track()
H A Dcell.cpp186 if(bounded && !(cgflags & qHUGE_BOUNDED) && !(hybri && hybrid::csteps == 0)) { in allcells()