From 42c0ad1606c1169422b0baba3b4d4ba1d1129d36 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 21 Jul 2012 23:28:16 +0300 Subject: Add two new colors to themes. BUBBLE_NAME for speaker nick. BUBBLE_TEXT for speach text. --- 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 eddf44991..892be44b1 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -1477,7 +1477,7 @@ void Being::drawSpeech(int offsetX, int offsetY) delete mText; mText = nullptr; - mSpeechBubble->setCaption(isShowName ? mName : "", mTextColor); + mSpeechBubble->setCaption(isShowName ? mName : ""); mSpeechBubble->setText(mSpeech, isShowName); mSpeechBubble->setPosition(px - (mSpeechBubble->getWidth() / 2), -- cgit v1.2.3-60-g2f50