summaryrefslogtreecommitdiff
path: root/src/common/mmo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.hpp')
-rw-r--r--src/common/mmo.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp
index 178247c..8489ef1 100644
--- a/src/common/mmo.hpp
+++ b/src/common/mmo.hpp
@@ -82,6 +82,9 @@ struct global_reg
int value;
};
+// Option and Opt1..3 in map.hpp
+enum class Option : uint16_t;
+
struct mmo_charstatus
{
int char_id;
@@ -93,7 +96,8 @@ struct mmo_charstatus
short pc_class;
short status_point, skill_point;
int hp, max_hp, sp, max_sp;
- short option, karma, manner;
+ Option option;
+ short karma, manner;
short hair, hair_color, clothes_color;
int party_id;