diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-19 23:07:35 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-19 23:07:35 +0000 |
commit | e57f4ec64f53091dd254c2ee2db9592d30a5af0b (patch) | |
tree | ef002e7fb4b0dfb5b06dd4e4c2d95b9f3b06f920 /src/being.cpp | |
parent | be1af40e371845bcad1337cc59e5f5ac0f991f02 (diff) | |
download | mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.gz mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.bz2 mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.xz mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.zip |
Fixed a small error that I didn't notice before with de-hardcoding the
colors. Thanks goes to paks for noticing this.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp index f05652f3..07c0716d 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -478,10 +478,7 @@ void Being::drawSpeech(Graphics *graphics, int offsetX, int offsetY) mSpeechBubble->setVisible(false); // don't introduce a memory leak if (mText) - { delete mText; - mText = 0; - } mText = new Text(mSpeech, mPx + X_SPEECH_OFFSET, mPy - Y_SPEECH_OFFSET, gcn::Graphics::CENTER, speechFont, |