Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dexpansion.cpp423 enum eDistanceFrom { dfPlayer, dfStart, dfWorld }; enum
426 eDistanceFrom distance_from = dfPlayer;
633 …d_action([] () { distance_from = mod_allowed() ? eDistanceFrom((distance_from + 1) % 3) : eDistanc… in viewdist_configure_dialog()
929 shift(); distance_from = (eDistanceFrom) argi(); in produce_coef_formula()