diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-07-26 13:26:14 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-07-26 13:26:14 +0200 |
commit | 4de8f5ca2926068eb855ba19c35de2a63ddebf28 (patch) | |
tree | 68dc829d31c16278ee5a7f4d63f9ac1fa3831a81 /src/Items/ItemHandler.h | |
parent | Merge branch 'master' into Inventory2 (diff) | |
download | cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.gz cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.bz2 cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.lz cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.xz cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.zst cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemHandler.h b/src/Items/ItemHandler.h index 28b1dd13b..1d5f59f3e 100644 --- a/src/Items/ItemHandler.h +++ b/src/Items/ItemHandler.h @@ -64,7 +64,7 @@ public: virtual void OnFoodEaten(cWorld *a_World, cPlayer *a_Player, cItem *a_Item); /** Get the durability lost which the item will get, when a specified action was performed. */ - virtual short GetDurabilityLostWithThatAction(eDurabilityLostAction a_Action); + virtual short GetDurabilityLossByAction(eDurabilityLostAction a_Action); /** Returns the maximum stack size for a given item */ virtual char GetMaxStackSize(void); |