From 6898ad148be30c3c9ec7912ef914a085438ce206 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 1 Feb 2015 21:28:49 +0000 Subject: Reduce drawing distance to 50km and fx distance to 20km. --- src/core/range.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/range.h b/src/core/range.h index c5265c4..aa4e941 100644 --- a/src/core/range.h +++ b/src/core/range.h @@ -25,12 +25,12 @@ namespace range * the maximal radar range * and the maximal range to send entity updates */ -const float maxdistance = 1024.0f; +const float maxdistance = 500.0f; /** * @brief maximal range in which graphics effects are drawn * */ -const float fxdistance = 256.0f; +const float fxdistance = 200.0f; /** * @brief reputation limit to indicate hostile targets -- cgit v1.2.3