From e964cbb2e00121e9d4fea4a76a09e9af960ca56e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 00:03:04 +0300 Subject: move virtual member calls from speechbubble constuctor into postInit. --- src/being/being.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index 7271a06c2..556341062 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -182,6 +182,8 @@ Being::Being(const int id, const Type type, const uint16_t subtype, mAway(false), mInactive(false) { + mSpeechBubble->postInit(); + for (int f = 0; f < 20; f ++) { mSpriteRemap[f] = f; -- cgit v1.2.3-60-g2f50