diff options
Diffstat (limited to 'src/Entities/WitherSkullEntity.h')
-rw-r--r-- | src/Entities/WitherSkullEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/WitherSkullEntity.h b/src/Entities/WitherSkullEntity.h index c59acd807..1f007ba87 100644 --- a/src/Entities/WitherSkullEntity.h +++ b/src/Entities/WitherSkullEntity.h @@ -24,7 +24,7 @@ public: CLASS_PROTODEF(cWitherSkullEntity) - cWitherSkullEntity(cEntity * a_Creator, double a_X, double a_Y, double a_Z, const Vector3d & a_Speed); + cWitherSkullEntity(CreateEntityInfo a_Info, cEntity * a_Creator); protected: |