From 3d00e52d42edc69eb777c90c6e6f479a5a473598 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 4 Nov 2014 21:53:37 +0000 Subject: mob fixes --- src/Entities/GhastFireballEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Entities/GhastFireballEntity.h') diff --git a/src/Entities/GhastFireballEntity.h b/src/Entities/GhastFireballEntity.h index 3ed72d9ef..6c8a20b08 100644 --- a/src/Entities/GhastFireballEntity.h +++ b/src/Entities/GhastFireballEntity.h @@ -23,7 +23,7 @@ public: CLASS_PROTODEF(cGhastFireballEntity) - cGhastFireballEntity(cEntity * a_Creator, double a_X, double a_Y, double a_Z, const Vector3d & a_Speed); + cGhastFireballEntity(CreateEntityInfo a_Info, cEntity * a_Creator); protected: -- cgit v1.2.3