From f6dbee24b6a16dc4316ee5b7ebb9863723441ec4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Sep 2012 00:36:45 +0300 Subject: Fix incorrect color access. --- 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 5e52901f6..248b70b80 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -1636,7 +1636,7 @@ void Being::updateColors() } else { - mTextColor = &userPalette->getColor(Theme::PLAYER); + mTextColor = &Theme::getThemeColor(Theme::PLAYER); mErased = false; -- cgit v1.2.3-60-g2f50