summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-07-02 14:00:10 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-07-02 14:00:10 +0000
commit68b7cdb813c937373a840a55844d42626be4763b (patch)
tree01d4db7fb2c60e2eceb0efe67b339f9af34294a6 /src
parent489720742590352ac60c14f7d770fc9b26bf6865 (diff)
downloadmana-client-68b7cdb813c937373a840a55844d42626be4763b.tar.gz
mana-client-68b7cdb813c937373a840a55844d42626be4763b.tar.bz2
mana-client-68b7cdb813c937373a840a55844d42626be4763b.tar.xz
mana-client-68b7cdb813c937373a840a55844d42626be4763b.zip
Fixed speech bubbles staying on screen after map change bug.
Diffstat (limited to 'src')
-rw-r--r--src/being.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 5fa18337..2f7debfd 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -103,6 +103,8 @@ Being::~Being()
emotionSet->decRef();
emotionSet = NULL;
}
+
+ delete mSpeechBubble;
}
void Being::setPositionInPixels(int x, int y)