summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntity.h
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:00:31 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:00:31 +0100
commit38f808ac3d09cbb5bf437243f4b050e196fa582c (patch)
tree7f2be78caedb090c709bd28d96c9fd851bcab592 /src/BlockEntities/BlockEntity.h
parentadded FORCE_32 option (diff)
downloadcuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.tar
cuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.tar.gz
cuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.tar.bz2
cuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.tar.lz
cuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.tar.xz
cuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.tar.zst
cuberite-38f808ac3d09cbb5bf437243f4b050e196fa582c.zip
Diffstat (limited to '')
-rw-r--r--src/BlockEntities/BlockEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/BlockEntity.h b/src/BlockEntities/BlockEntity.h
index 0d358b556..4a2939b32 100644
--- a/src/BlockEntities/BlockEntity.h
+++ b/src/BlockEntities/BlockEntity.h
@@ -87,7 +87,7 @@ public:
virtual void SendTo(cClientHandle & a_Client) = 0;
/// Ticks the entity; returns true if the chunk should be marked as dirty as a result of this ticking. By default does nothing.
- virtual bool Tick(float a_Dt, cChunk & a_Chunk) { return false; }
+ virtual bool Tick(float /*a_Dt*/, cChunk & /*a_Chunk*/) { return false; }
protected:
/// Position in absolute block coordinates