From 8170458137757fa8981498572ae3e88ebf5992a5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jan 2013 00:05:03 +0300 Subject: Show self nick in online list with special color. New theme colors: SELFNICK - color for own player nick in online list. SELFNICK_OUTLINE - outline color for self nick. --- src/gui/whoisonline.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/whoisonline.cpp') diff --git a/src/gui/whoisonline.cpp b/src/gui/whoisonline.cpp index 893b27a46..170f5ba9e 100644 --- a/src/gui/whoisonline.cpp +++ b/src/gui/whoisonline.cpp @@ -733,6 +733,11 @@ void WhoIsOnline::setNeutralColor(OnlinePlayer *const player) if (actorSpriteManager && player_node) { const std::string &nick = player->getNick(); + if (nick == player_node->getName()) + { + player->setText("s"); + return; + } if (player_node->isInParty()) { const Party *const party = player_node->getParty(); -- cgit v1.2.3-70-g09d2