From 38873bb99dea8a8089f1056bc1b28a59ed1f83d3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Jun 2017 19:56:05 +0300 Subject: Move virtual methods from Being constructor to postInit. --- src/being/being.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 52ea8b9ec..3d21311b7 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -102,9 +102,7 @@ class Being notfinal : public ActorSprite, * @param map the map the being is on */ Being(const BeingId id, - const ActorTypeT type, - const BeingTypeId subtype, - Map *const map); + const ActorTypeT type); A_DELETE_COPY(Being) @@ -1084,6 +1082,11 @@ class Being notfinal : public ActorSprite, void fixDirectionOffsets(int &offsetX, int &offsetY) const; + static Being *createBeing(const BeingId id, + const ActorTypeT type, + const BeingTypeId subtype, + Map *const map); + protected: void drawPlayerSpriteAt(Graphics *restrict const graphics, const int x, @@ -1206,6 +1209,9 @@ class Being notfinal : public ActorSprite, bool mIsGM; protected: + void postInit(const BeingTypeId subType, + Map *const map); + /** * Calculates the offset in the given directions. * If walking in direction 'neg' the value is negated. -- cgit v1.2.3-70-g09d2