From f32091f98c90e2f9a0786a8865e010880a584e7a Mon Sep 17 00:00:00 2001 From: "luksor111@gmail.com" Date: Mon, 12 Nov 2012 11:10:01 +0000 Subject: Fixed block breaking in survival. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1038 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ClientHandle.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/ClientHandle.h') diff --git a/source/ClientHandle.h b/source/ClientHandle.h index ec79b3b71..cefbbd5d8 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -223,6 +223,11 @@ private: int m_BlockDigY; int m_BlockDigZ; + char m_LastDigStatus; + int m_LastDigX; + int m_LastDigY; + int m_LastDigZ; + enum eState { csConnected, // The client has just connected, waiting for their handshake / login -- cgit v1.2.3