From 2f01bff208bec2c2d5ffdb98b35b9398b88092a3 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 11 Nov 2008 20:14:19 +0000 Subject: Fixed a text glitch reported by Jarvellis. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 7ad83e5e..7fb63a7c 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -501,7 +501,7 @@ void Being::drawSpeech(Graphics *graphics, int offsetX, int offsetY) (mSpeechBubble->getNumRows()*14)); mSpeechBubble->setVisible(true); } - else if (!config.getValue("speechbubble", 1)) + else if (mSpeechTime > 0 && !config.getValue("speechbubble", 1)) { mSpeechBubble->setVisible(false); // don't introduce a memory leak -- cgit v1.2.3-70-g09d2