summaryrefslogtreecommitdiffstats
path: root/src/Entities/GhastFireballEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/GhastFireballEntity.cpp')
-rw-r--r--src/Entities/GhastFireballEntity.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Entities/GhastFireballEntity.cpp b/src/Entities/GhastFireballEntity.cpp
index 9e4cb387e..b3456f6db 100644
--- a/src/Entities/GhastFireballEntity.cpp
+++ b/src/Entities/GhastFireballEntity.cpp
@@ -7,10 +7,9 @@
-cGhastFireballEntity::cGhastFireballEntity(cEntity * a_Creator, double a_X, double a_Y, double a_Z, const Vector3d & a_Speed) :
- super(pkGhastFireball, a_Creator, a_X, a_Y, a_Z, 1, 1)
+cGhastFireballEntity::cGhastFireballEntity(CreateEntityInfo a_Info, cEntity * a_Creator) :
+ super(a_Info, pkGhastFireball, a_Creator, 1, 1)
{
- SetSpeed(a_Speed);
SetGravity(0);
}