From f215402c6c942d79c168f7dc42f37c302b2dd264 Mon Sep 17 00:00:00 2001 From: tonibm19 Date: Mon, 16 Sep 2013 20:07:33 +0200 Subject: Vanilla like maximum and default view distance --- source/ClientHandle.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/ClientHandle.h b/source/ClientHandle.h index 07efc5d9c..01059c511 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -1,4 +1,3 @@ - // cClientHandle.h // Interfaces to the cClientHandle class representing a client connected to this server. The client need not be a player yet @@ -53,9 +52,9 @@ public: #if defined(ANDROID_NDK) static const int DEFAULT_VIEW_DISTANCE = 4; // The default ViewDistance (used when no value is set in Settings.ini) #else - static const int DEFAULT_VIEW_DISTANCE = 9; + static const int DEFAULT_VIEW_DISTANCE = 10; #endif - static const int MAX_VIEW_DISTANCE = 10; + static const int MAX_VIEW_DISTANCE = 15; static const int MIN_VIEW_DISTANCE = 3; /// How many ticks should be checked for a running average of explosions, for limiting purposes -- cgit v1.2.3