summaryrefslogtreecommitdiffstats
path: root/source/TNTEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/TNTEntity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/TNTEntity.cpp b/source/TNTEntity.cpp
index 636c9535c..4541a7c7f 100644
--- a/source/TNTEntity.cpp
+++ b/source/TNTEntity.cpp
@@ -54,6 +54,8 @@ void cTNTEntity::SpawnOn(cClientHandle & a_ClientHandle)
void cTNTEntity::Tick(float a_Dt, cChunk & a_Chunk)
{
+ super::Tick(a_Dt,a_Chunk);
+ BroadcastMovementUpdate();
float delta_time = a_Dt / 1000; //Convert miliseconds to seconds
m_Counter += delta_time;
if (m_Counter > m_MaxFuseTime) //Check if we go KABOOOM