diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:58:21 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:58:21 +0100 |
commit | b3046a09e5dfaa8e675c6309dc77ea517616f101 (patch) | |
tree | 3ca1208f9b41382a08f0c3b13114516c2bb3a999 /src/BlockEntities/BlockEntityWithItems.h | |
parent | fixed hidden bug with furnaces ignoring time burnt (diff) | |
download | cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.tar cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.tar.gz cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.tar.bz2 cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.tar.lz cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.tar.xz cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.tar.zst cuberite-b3046a09e5dfaa8e675c6309dc77ea517616f101.zip |
Diffstat (limited to 'src/BlockEntities/BlockEntityWithItems.h')
-rw-r--r-- | src/BlockEntities/BlockEntityWithItems.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/BlockEntityWithItems.h b/src/BlockEntities/BlockEntityWithItems.h index f35412e03..f2c51fd9e 100644 --- a/src/BlockEntities/BlockEntityWithItems.h +++ b/src/BlockEntities/BlockEntityWithItems.h @@ -71,7 +71,7 @@ protected: cItemGrid m_Contents; // cItemGrid::cListener overrides: - virtual void OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum) + virtual void OnSlotChanged(cItemGrid * a_Grid, int /*a_SlotNum*/) { ASSERT(a_Grid == &m_Contents); if (m_World != NULL) |