summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-21 04:20:56 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-21 04:21:53 +0300
commitec9f4b20aca50905d635db6d1e5398918a6dba5d (patch)
treec8c1126b5407fcfe8fe43b1db14e3970c656eda8 /src/common/mmo.h
parent1962fe593393d260c5f170c5fe6932e130e495bf (diff)
downloadhercules-ec9f4b20aca50905d635db6d1e5398918a6dba5d.tar.gz
hercules-ec9f4b20aca50905d635db6d1e5398918a6dba5d.tar.bz2
hercules-ec9f4b20aca50905d635db6d1e5398918a6dba5d.tar.xz
hercules-ec9f4b20aca50905d635db6d1e5398918a6dba5d.zip
Add names for some unnamed enums.
Need for packet parser.
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 84ed25e4c..52f68b719 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -422,7 +422,7 @@ enum e_item_bound_type {
#endif
};
-enum {
+enum e_option {
OPTION_NOTHING = 0x00000000,
OPTION_SIGHT = 0x00000001,
OPTION_HIDE = 0x00000002,
@@ -922,7 +922,7 @@ enum {
};
//These mark the ID of the jobs, as expected by the client. [Skotlex]
-enum {
+enum e_class {
JOB_NOVICE,
JOB_SWORDMAN,
JOB_MAGE,