diff options
author | Mattes D <github@xoft.cz> | 2014-09-02 21:38:37 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-02 21:38:37 +0200 |
commit | 82f203714677a7ae45804393853c3591c628e864 (patch) | |
tree | ea87cb927f0448e2960dff6d1763777942500213 /src/ClientHandle.h | |
parent | Re-added alternate spellings of darkgraywool. (diff) | |
parent | Changed the IsEnchantable() comment again. (diff) | |
download | cuberite-82f203714677a7ae45804393853c3591c628e864.tar cuberite-82f203714677a7ae45804393853c3591c628e864.tar.gz cuberite-82f203714677a7ae45804393853c3591c628e864.tar.bz2 cuberite-82f203714677a7ae45804393853c3591c628e864.tar.lz cuberite-82f203714677a7ae45804393853c3591c628e864.tar.xz cuberite-82f203714677a7ae45804393853c3591c628e864.tar.zst cuberite-82f203714677a7ae45804393853c3591c628e864.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
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: |