commit
bb7919d66b
@ -56,8 +56,8 @@ public:
|
|||||||
#else
|
#else
|
||||||
static const int DEFAULT_VIEW_DISTANCE = 10;
|
static const int DEFAULT_VIEW_DISTANCE = 10;
|
||||||
#endif
|
#endif
|
||||||
static const int MAX_VIEW_DISTANCE = 15;
|
static const int MAX_VIEW_DISTANCE = 32;
|
||||||
static const int MIN_VIEW_DISTANCE = 3;
|
static const int MIN_VIEW_DISTANCE = 1;
|
||||||
|
|
||||||
cClientHandle(const cSocket * a_Socket, int a_ViewDistance);
|
cClientHandle(const cSocket * a_Socket, int a_ViewDistance);
|
||||||
virtual ~cClientHandle();
|
virtual ~cClientHandle();
|
||||||
|
Loading…
Reference in New Issue
Block a user