From 84bf48afaecf941005c89c3e0465bc6308634664 Mon Sep 17 00:00:00 2001 From: tycho Date: Sat, 3 Oct 2015 23:23:28 +0100 Subject: Broken --- src/ClientHandle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ClientHandle.cpp') diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index c25cbdf11..25a91fbd8 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -59,7 +59,7 @@ int cClientHandle::s_ClientCount = 0; //////////////////////////////////////////////////////////////////////////////// // cClientHandle: -#if 0 + cClientHandle::cClientHandle(const AString & a_IPString, int a_ViewDistance) : m_CurrentViewDistance(a_ViewDistance), m_RequestedViewDistance(a_ViewDistance), @@ -98,7 +98,7 @@ cClientHandle::cClientHandle(const AString & a_IPString, int a_ViewDistance) : LOGD("New ClientHandle created at %p", static_cast(this)); } -#endif + -- cgit v1.2.3