summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-21 15:40:56 +0100
committerMattes D <github@xoft.cz>2015-03-21 15:40:56 +0100
commit3923e3e37a60f7d51b9d527840cd1b93cde04578 (patch)
tree954b1cf7b6bc2876fbd63b38d7ed81eb14881d6c /src/ClientHandle.h
parentChanged cEntity::m_UniqueID to UInt32. (diff)
downloadcuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.tar
cuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.tar.gz
cuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.tar.bz2
cuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.tar.lz
cuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.tar.xz
cuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.tar.zst
cuberite-3923e3e37a60f7d51b9d527840cd1b93cde04578.zip
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r--src/ClientHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index e66d0d1b6..d1c3411c5 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -300,7 +300,7 @@ public: // tolua_export
bool HandleHandshake (const AString & a_Username);
void HandleKeepAlive (int a_KeepAliveID);
- void HandleLeftClick (int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, char a_Status);
+ void HandleLeftClick (int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, UInt8 a_Status);
/** Called when the protocol receives a MC|TrSel packet, indicating that the player used a trade in
the NPC UI. */