From ec9f4b20aca50905d635db6d1e5398918a6dba5d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 21 Oct 2017 04:20:56 +0300 Subject: Add names for some unnamed enums. Need for packet parser. --- src/common/mmo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') 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, -- cgit v1.2.3-70-g09d2