From a1c5ad059425276dec73b3bfa29b229b38774153 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 14 Sep 2013 21:34:26 +0200 Subject: Set the minimum viewdistance to 3. Fixes #167. --- source/ClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/ClientHandle.h b/source/ClientHandle.h index 8631f4872..07efc5d9c 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -56,7 +56,7 @@ public: static const int DEFAULT_VIEW_DISTANCE = 9; #endif static const int MAX_VIEW_DISTANCE = 10; - static const int MIN_VIEW_DISTANCE = 4; + static const int MIN_VIEW_DISTANCE = 3; /// How many ticks should be checked for a running average of explosions, for limiting purposes static const int NUM_CHECK_EXPLOSIONS_TICKS = 20; -- cgit v1.2.3