summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileGhastFireball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/ProjectileGhastFireball.cpp')
-rw-r--r--src/Entities/ProjectileGhastFireball.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/ProjectileGhastFireball.cpp b/src/Entities/ProjectileGhastFireball.cpp
index b8325aea2..cac622562 100644
--- a/src/Entities/ProjectileGhastFireball.cpp
+++ b/src/Entities/ProjectileGhastFireball.cpp
@@ -41,4 +41,4 @@ void cGhastFireballEntity::OnHitEntity(cEntity & a_EntityHit, const Vector3d & a
{
Destroy();
Explode((int)floor(a_HitPos.x), (int)floor(a_HitPos.y), (int)floor(a_HitPos.z));
-} \ No newline at end of file
+}