summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 17:29:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 17:29:30 +0300
commit21e63bbf54679ec236d1f09ed435959ff6a04db2 (patch)
tree9082ec6c04c0005843a7b28e12ef5a4be81f7190 /src/being
parent9b329556e748050c4300174e9bdc72b15e5b8cc5 (diff)
downloadplus-21e63bbf54679ec236d1f09ed435959ff6a04db2.tar.gz
plus-21e63bbf54679ec236d1f09ed435959ff6a04db2.tar.bz2
plus-21e63bbf54679ec236d1f09ed435959ff6a04db2.tar.xz
plus-21e63bbf54679ec236d1f09ed435959ff6a04db2.zip
remove use internal guichan flag.
From now manaplus can use only own forked guichan version.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/being.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index fef3ca53a..dfb335f9b 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -1847,9 +1847,7 @@ 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)
{