1
0

ChunkSender is now warnings clean

This commit is contained in:
Tycho Bickerstaff
2013-12-21 15:00:31 +00:00
parent c99e841e24
commit 38f808ac3d
6 changed files with 10 additions and 9 deletions

View File

@@ -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