summaryrefslogtreecommitdiffstats
path: root/source/ItemGrid.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-11 14:54:45 +0200
committermadmaxoft <github@xoft.cz>2013-08-11 14:54:45 +0200
commitd97b4463c68250bd3df95dbd5afd19dc4e836702 (patch)
tree7f2112b287316da85270f9e9c1689810ce85f24a /source/ItemGrid.h
parentAdded OnPlayerAnimation() hook. (diff)
downloadcuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.tar
cuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.tar.gz
cuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.tar.bz2
cuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.tar.lz
cuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.tar.xz
cuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.tar.zst
cuberite-d97b4463c68250bd3df95dbd5afd19dc4e836702.zip
Diffstat (limited to '')
-rw-r--r--source/ItemGrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ItemGrid.h b/source/ItemGrid.h
index 9eba5b452..a4af523cf 100644
--- a/source/ItemGrid.h
+++ b/source/ItemGrid.h
@@ -72,7 +72,7 @@ public:
void Clear(void);
/// Returns number of items out of a_ItemStack that can fit in the storage
- int HowManyCanFit(const cItem & a_ItemStack);
+ int HowManyCanFit(const cItem & a_ItemStack, bool a_AllowNewStacks = true);
/** Adds as many items out of a_ItemStack as can fit.
If a_AllowNewStacks is set to false, only existing stacks can be topped up;