diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-05-06 19:38:09 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-05-06 19:38:09 +0200 |
commit | 954b59d6f460106e93efab39c8666d4692db25b6 (patch) | |
tree | 77de4f6c34766e70846fa6dcbd7c4c471e486793 /src/Items/ItemHandler.h | |
parent | Simplified the HandleAnvilItemName() code. (diff) | |
download | cuberite-954b59d6f460106e93efab39c8666d4692db25b6.tar cuberite-954b59d6f460106e93efab39c8666d4692db25b6.tar.gz cuberite-954b59d6f460106e93efab39c8666d4692db25b6.tar.bz2 cuberite-954b59d6f460106e93efab39c8666d4692db25b6.tar.lz cuberite-954b59d6f460106e93efab39c8666d4692db25b6.tar.xz cuberite-954b59d6f460106e93efab39c8666d4692db25b6.tar.zst cuberite-954b59d6f460106e93efab39c8666d4692db25b6.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 420eefcf1..ca090eb29 100644 --- a/src/Items/ItemHandler.h +++ b/src/Items/ItemHandler.h @@ -86,7 +86,7 @@ public: virtual bool IsPlaceable(void); /** Can the anvil repair this item, when a_Item is the second input? */ - virtual bool CanRepairWithItem(const cItem & a_Item); + virtual bool CanRepairWithRawMaterial(short a_ItemType); /** Get the repair cost from the item, or 0 if the item hasn't repair cost. */ virtual int GetRepairCost(void); |