summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 74750aa44..acea75bd4 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -2436,7 +2436,6 @@ void Being::drawSpeech(const int offsetX,
mSpeechBubble->setPosition(px - (mSpeechBubble->getWidth() / 2),
py - getHeight() - (mSpeechBubble->getHeight()));
mSpeechBubble->setVisible(Visible_true);
- mSpeechBubble->requestMoveToBackground();
}
}
else if (mSpeechTime > 0 && speech == BeingSpeech::TEXT_OVERHEAD)