summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
authorHownaer <franzi.moos@googlemail.com>2014-08-28 14:58:03 +0200
committerHownaer <franzi.moos@googlemail.com>2014-08-28 14:58:03 +0200
commit6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda (patch)
tree53ee50fb66b98dc4ac1e7d5d559273118226cce1 /src/ClientHandle.h
parentEnchanting table improvements. (diff)
downloadcuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.tar
cuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.tar.gz
cuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.tar.bz2
cuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.tar.lz
cuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.tar.xz
cuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.tar.zst
cuberite-6c3b80f04c7c2cca26efb57cc9827a7a1d20fcda.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 7ae70a07f..24031119d 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -269,7 +269,7 @@ public:
void RemoveFromWorld(void);
/** Called when the player will enchant a Item */
- void HandleEnchantItem(Byte & WindowID, Byte & Enchantment);
+ void HandleEnchantItem(Byte & a_WindowID, Byte & a_Enchantment);
private: