summaryrefslogtreecommitdiff
path: root/src/gui/userpalette.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2010-10-16 23:22:55 +0300
committerAndrei Karas <akaras@inbox.ru>2010-10-17 00:25:50 +0300
commit58f04040cea0c7eb64388925dcdf8de848dd47c2 (patch)
treec8133d56ac1a7e4b5a5d92712112be8c225c0e32 /src/gui/userpalette.h
parentcbb79bd12979ea8458e934f4ce890660473e3865 (diff)
downloadMana-58f04040cea0c7eb64388925dcdf8de848dd47c2.tar.gz
Mana-58f04040cea0c7eb64388925dcdf8de848dd47c2.tar.bz2
Mana-58f04040cea0c7eb64388925dcdf8de848dd47c2.tar.xz
Mana-58f04040cea0c7eb64388925dcdf8de848dd47c2.zip
Add new three colors.
Add colors: Local Player Hits Monster Local Player Critical Hit Local Player Miss Reviewed-by: cody
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r--src/gui/userpalette.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/userpalette.h b/src/gui/userpalette.h
index 82bcea1c..be02db10 100644
--- a/src/gui/userpalette.h
+++ b/src/gui/userpalette.h
@@ -49,6 +49,9 @@ class UserPalette : public Palette, public gcn::ListModel
HIT_PLAYER_MONSTER,
HIT_MONSTER_PLAYER,
HIT_CRITICAL,
+ HIT_LOCAL_PLAYER_MONSTER,
+ HIT_LOCAL_PLAYER_CRITICAL,
+ HIT_LOCAL_PLAYER_MISS,
MISS,
USER_COLOR_LAST
};