From 90e0656c7562fc1761fefc023df56078732da3c0 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 24 May 2013 09:16:09 +0000 Subject: Slight cleanup in the cInventory / cItemGrid API git-svn-id: http://mc-server.googlecode.com/svn/trunk@1504 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Inventory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Inventory.h') diff --git a/source/Inventory.h b/source/Inventory.h index 572a566e1..395ca8982 100644 --- a/source/Inventory.h +++ b/source/Inventory.h @@ -135,11 +135,11 @@ public: const cItem & GetEquippedLeggings (void) const { return m_ArmorSlots.GetSlot(2); } const cItem & GetEquippedBoots (void) const { return m_ArmorSlots.GetSlot(3); } + // tolua_end + /// Sends the slot contents to the owner void SendSlot(int a_SlotNum); - // tolua_end - /// Converts an armor slot number into the ID for the EntityEquipment packet static int ArmorSlotNumToEntityEquipmentID(short a_ArmorSlotNum); -- cgit v1.2.3