summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-03-16 14:28:16 +0100
committerGitHub <noreply@github.com>2017-03-16 14:28:16 +0100
commit8a6625c2e0b1a426dca880ef3ed610a2c34a9f31 (patch)
tree88aa4e9d29a5c8697f115b0abec440caed134361 /src/map/clif.h
parent07639c861a7326c4ae022a6fedc161941f69e651 (diff)
parent880ea659c9ec5241579281c8f9bff256d3d42eac (diff)
downloadhercules-8a6625c2e0b1a426dca880ef3ed610a2c34a9f31.tar.gz
hercules-8a6625c2e0b1a426dca880ef3ed610a2c34a9f31.tar.bz2
hercules-8a6625c2e0b1a426dca880ef3ed610a2c34a9f31.tar.xz
hercules-8a6625c2e0b1a426dca880ef3ed610a2c34a9f31.zip
Merge pull request #1630 from Emistry/fix_mvp_message
Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index aefba5974..c3a42372a 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -65,6 +65,7 @@ struct view_data;
#define MAX_ROULETTE_COLUMNS 9 /** client-defined value **/
#define RGB2BGR(c) (((c) & 0x0000FF) << 16 | ((c) & 0x00FF00) | ((c) & 0xFF0000) >> 16)
+#define COLOR_CYAN 0x00ffffU
#define COLOR_RED 0xff0000U
#define COLOR_GREEN 0x00ff00U
#define COLOR_WHITE 0xffffffU