summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/being.cpp2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b40e18dc..be9e7132 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-02 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/being.cpp: Fixed speech bubbles staying on screen during map change bug.
+
2008-07-01 Roderic Morris <roderic@ccs.neu.edu>
* data/graphics/gui/CMakeLists.txt, src/CMakeLists.txt, src/Makefile.am:
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)