From de5b0753bd94e014f0e81fc676b21c251aabd326 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Jun 2015 23:21:52 +0300 Subject: Fix code style. --- src/being/being.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index 8be720f13..bf17a2a23 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2107,8 +2107,9 @@ void Being::updateColors() { mNameColor = &userPalette->getColor(UserColorId::DISREGARDED); } - else if (player_relations.getRelation(mName) == Relation::IGNORED - || player_relations.getRelation(mName) == Relation::ENEMY2) + else if (player_relations.getRelation(mName) + == Relation::IGNORED || + player_relations.getRelation(mName)== Relation::ENEMY2) { mNameColor = &userPalette->getColor(UserColorId::IGNORED); } -- cgit v1.2.3-60-g2f50