diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |