1
0
Fork 0

Merge pull request #1237 from tonibm19/master

Moar view distance!
This commit is contained in:
Mattes D 2014-07-23 20:47:42 +02:00
commit bb7919d66b
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ public:
#else
static const int DEFAULT_VIEW_DISTANCE = 10;
#endif
static const int MAX_VIEW_DISTANCE = 15;
static const int MIN_VIEW_DISTANCE = 3;
static const int MAX_VIEW_DISTANCE = 32;
static const int MIN_VIEW_DISTANCE = 1;
cClientHandle(const cSocket * a_Socket, int a_ViewDistance);
virtual ~cClientHandle();