1
0

Created MobSpawnerEntity class.

This commit is contained in:
Howaner
2014-09-17 17:45:13 +02:00
parent 96f45a48d4
commit 3d94a7ea56
4 changed files with 165 additions and 1 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 */)
virtual bool Tick(float a_Dt, cChunk & a_Chunk)
{
UNUSED(a_Dt);
return false;