diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 2458f33c4..dab5227ba 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1640,7 +1640,6 @@ void Being::drawSpeech(const int offsetX, const int offsetY) delete mText; mText = nullptr; - const bool isShowName = (speech == NAME_IN_BUBBLE); mSpeechBubble->setPosition(px - (mSpeechBubble->getWidth() / 2), py - getHeight() - (mSpeechBubble->getHeight())); mSpeechBubble->setVisible(true); |