summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
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.cpp
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.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index c0ba551d4..1174bdabb 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -978,7 +978,7 @@ void cClientHandle::HandleAnvilItemName(const AString & a_ItemName)
-void cClientHandle::HandleLeftClick(int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, char a_Status)
+void cClientHandle::HandleLeftClick(int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, UInt8 a_Status)
{
LOGD("HandleLeftClick: {%i, %i, %i}; Face: %i; Stat: %i",
a_BlockX, a_BlockY, a_BlockZ, a_BlockFace, a_Status