diff Player.h @ 1382:132a6a0d5cef

Player::AddItem2, Player::CreateItemInInventory2 cleanup
author Grumpy7
date Tue, 16 Jul 2013 00:20:17 +0200
parents b691c96d8e06
children 0a4254e80036
line wrap: on
line diff
--- a/Player.h	Tue Jul 16 00:00:05 2013 +0200
+++ b/Player.h	Tue Jul 16 00:20:17 2013 +0200
@@ -543,7 +543,7 @@
   int FindFreeInventorySlot();
   int CreateItemInInventory(unsigned int uSlot, unsigned int uItemID);
   int HasSkill(unsigned int uSkillType);
-  int WearItem(unsigned int uItemID);
+  void WearItem(unsigned int uItemID);
   int AddItem(int uSlot, unsigned int uItemID);
   int AddItem2(int uSlot, ItemGen *Src);
   int CreateItemInInventory2(unsigned int uSlot, ItemGen *Src);