Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dgame.cpp4333 const int safe_proxy_dist = get_option<int>( "SAFEMODEPROXIMITY" ); in mon_info_update() local
4334 const int iProxyDist = ( safe_proxy_dist <= 0 ) ? MAX_VIEW_DISTANCE : in mon_info_update()
4335 safe_proxy_dist; in mon_info_update()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dgame.cpp4333 const int safe_proxy_dist = get_option<int>( "SAFEMODEPROXIMITY" ); in mon_info_update() local
4334 const int iProxyDist = ( safe_proxy_dist <= 0 ) ? MAX_VIEW_DISTANCE : in mon_info_update()
4335 safe_proxy_dist; in mon_info_update()