diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 18:40:56 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-12 16:22:47 +0200 |
commit | 36caa6f79e26fd8193b1efcf925ef637397f37cf (patch) | |
tree | ecb4ddbe56c48876f6528d2780d3362c4b2e52d1 /src/map/map.h | |
parent | 64dfaf2c8c8be7ff288ea88a64eddfeae1e364a4 (diff) | |
download | hercules-36caa6f79e26fd8193b1efcf925ef637397f37cf.tar.gz hercules-36caa6f79e26fd8193b1efcf925ef637397f37cf.tar.bz2 hercules-36caa6f79e26fd8193b1efcf925ef637397f37cf.tar.xz hercules-36caa6f79e26fd8193b1efcf925ef637397f37cf.zip |
RC_Player, RC_DemiPlayer, RC_NonPlayer, RC_NonDemiPlayer, RC_All and Ele_All implemented
(ref:Herc@9d1fe3cd3855bb973c55bdf98909c25bb80ee97a)
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h index 28ad6bf6f..fdc0d111f 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -256,10 +256,15 @@ enum { RC_DEMIHUMAN, RC_ANGEL, RC_DRAGON, + RC_PLAYER, RC_BOSS, RC_NONBOSS, + RC_MAX, RC_NONDEMIHUMAN, - RC_MAX + RC_NONPLAYER, + RC_DEMIPLAYER, + RC_NONDEMIPLAYER, + RC_ALL = 0xFF }; enum { @@ -284,7 +289,8 @@ enum elements { ELE_DARK, ELE_GHOST, ELE_UNDEAD, - ELE_MAX + ELE_MAX, + ELE_ALL = 0xFF }; /** |