summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-18 17:22:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-18 18:07:58 +0300
commit9d18345d84b0c294b0fe7743cb263259f8cc9447 (patch)
tree4b6c8dce89ed13c672f8672f96411e397fb41641 /src/gui/theme.cpp
parent64fc4f0ccf6cfb25864e67e3f8cf29d4671c64d5 (diff)
downloadManaVerse-9d18345d84b0c294b0fe7743cb263259f8cc9447.tar.gz
ManaVerse-9d18345d84b0c294b0fe7743cb263259f8cc9447.tar.bz2
ManaVerse-9d18345d84b0c294b0fe7743cb263259f8cc9447.tar.xz
ManaVerse-9d18345d84b0c294b0fe7743cb263259f8cc9447.zip
Add skill cooldown color.
New color: SKILL_COOLDOWN
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 1d2c1d2b2..03b7b7097 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -838,7 +838,8 @@ static int readColorType(const std::string &type)
"OLDCHAT",
"OLDCHAT_OUTLINE",
"AWAYCHAT",
- "AWAYCHAT_OUTLINE"
+ "AWAYCHAT_OUTLINE",
+ "SKILL_COOLDOWN"
};
if (type.empty())