summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index bf17a2a23..c15c80df3 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -2084,7 +2084,7 @@ void Being::updateColors()
}
else if (mEnemy)
{
- mNameColor = &userPalette->getColor(UserColorId::MONSTER);
+ mNameColor = &userPalette->getColor(UserColorId::ENEMY);
}
else if (mParty && localPlayer
&& mParty == localPlayer->getParty())