diff options
Diffstat (limited to '')
-rw-r--r-- | source/TNTEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/TNTEntity.cpp b/source/TNTEntity.cpp index fcfd1e0ba..22f343e88 100644 --- a/source/TNTEntity.cpp +++ b/source/TNTEntity.cpp @@ -32,7 +32,7 @@ cTNTEntity::cTNTEntity(const Vector3d & a_Pos, float a_FuseTimeInSec) : void cTNTEntity::Initialize(cWorld * a_World)
{
super::Initialize(a_World);
- a_World->BroadcastSpawn(*this);
+ a_World->BroadcastSpawnEntity(*this);
}
|