diff options
author | archshift <admin@archshift.com> | 2014-06-08 01:32:37 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-06-17 20:39:20 +0200 |
commit | 2185c72c2ca2d66b238d7d3234c173bd820d32ac (patch) | |
tree | 134bcd0c391bac1624a9adab5e8f9d6425fb9942 /src/Items/ItemHandler.h | |
parent | Implemented milk, added documentation to Pawn.h (diff) | |
download | cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.tar cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.tar.gz cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.tar.bz2 cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.tar.lz cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.tar.xz cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.tar.zst cuberite-2185c72c2ca2d66b238d7d3234c173bd820d32ac.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 3a25a3f9d..ead2c9769 100644 --- a/src/Items/ItemHandler.h +++ b/src/Items/ItemHandler.h @@ -83,7 +83,7 @@ public: virtual bool IsFood(void); /** Indicates if this item is drinkable */ - virtual bool IsDrinkable(void); + virtual bool IsDrinkable(const cItem * a_Item); /** Blocks simply get placed */ virtual bool IsPlaceable(void); |