summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemHandler.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-07-26 13:26:14 +0200
committerHowaner <franzi.moos@googlemail.com>2014-07-26 13:26:14 +0200
commit4de8f5ca2926068eb855ba19c35de2a63ddebf28 (patch)
tree68dc829d31c16278ee5a7f4d63f9ac1fa3831a81 /src/Items/ItemHandler.h
parentMerge branch 'master' into Inventory2 (diff)
downloadcuberite-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 'src/Items/ItemHandler.h')
-rw-r--r--src/Items/ItemHandler.h2
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);