summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
Diffstat (limited to 'src/being')
-rw-r--r--src/being/being.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 641f8abd6..aa2b875af 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -1814,7 +1814,9 @@ void Being::drawSpeech(const int offsetX, const int offsetY)
mSpeechBubble->setPosition(px - (mSpeechBubble->getWidth() / 2),
py - getHeight() - (mSpeechBubble->getHeight()));
mSpeechBubble->setVisible(true);
+#ifdef USE_INTERNALGUICHAN
mSpeechBubble->requestMoveToBackground();
+#endif
}
else if (mSpeechTime > 0 && speech == TEXT_OVERHEAD)
{