From 1e2a88e975019929c4c7e3154537865cc09550a6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Feb 2020 09:30:51 +0300 Subject: Fix some code style issues --- src/being/being.cpp | 2 +- src/being/localplayer.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/being') diff --git a/src/being/being.cpp b/src/being/being.cpp index 0459d83e9..072d1f30a 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -650,11 +650,11 @@ void Being::setSpeech(const std::string &restrict text) restrict2 } else { - const bool isShowName = (speech == BeingSpeech::NAME_IN_BUBBLE); if (mSpeechBubble == nullptr) createSpeechBubble(); if (mSpeechBubble != nullptr) { + const bool isShowName = (speech == BeingSpeech::NAME_IN_BUBBLE); mSpeechBubble->setCaption(isShowName ? mName : "", &theme->getColor(ThemeColorId::BUBBLE_NAME, 255), &theme->getColor(ThemeColorId::BUBBLE_NAME_OUTLINE, 255)); diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 55808ecda..449032a40 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -1101,9 +1101,11 @@ void LocalPlayer::handleStatusEffect(const StatusEffect *const effect, if (!found) { // add new - const int offset = CAST_S32(mStatusEffectIcons.size()); if (miniStatusWindow != nullptr) + { + const int offset = CAST_S32(mStatusEffectIcons.size()); miniStatusWindow->setIcon(offset, sprite); + } mStatusEffectIcons.push_back(effectId); } } -- cgit v1.2.3-70-g09d2