Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/lib/user/
H A Doptions.prf72 Y:view_animated_lite
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-tables.c223 { &c_cfg.view_animated_lite, TRUE, 1, 1, 9, TRUE,
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2148 bool view_animated_lite; member
3229 bool view_animated_lite; member
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dplayer.pre327 bool view_animated_lite;
H A Dnserver.c2174 p_ptr->view_animated_lite = FALSE; in sync_options()
2176 tmp = p_ptr->view_animated_lite; in sync_options()
2177 if ((p_ptr->view_animated_lite = options[52]) != tmp) p_ptr->redraw |= PR_MAP; in sync_options()
2332 tmp = p_ptr->view_animated_lite; in sync_options()
2333 if ((p_ptr->view_animated_lite = options[9]) != tmp) p_ptr->redraw |= PR_MAP; in sync_options()
H A Dcave.c2836 } else if (is_newer_than(&p_ptr->version, 4, 5, 2, 0, 0, 0) && p_ptr->view_animated_lite) {
3003 } else if (is_newer_than(&p_ptr->version, 4, 5, 2, 0, 0, 0) && p_ptr->view_animated_lite) {