diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-24 14:15:28 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-24 14:15:28 -0400 |
commit | adda881817c349e141a7b3f9c43fb98932a63803 (patch) | |
tree | 95330adc85016873f711265383a2c60cdecfdd7e /src/mmo/enums.hpp | |
parent | b19a8149a4400180427cf9acbd1498151ccb22c7 (diff) | |
parent | 6fac3210f0de07ab1ff483875ac517a3eea7367a (diff) | |
download | tmwa-adda881817c349e141a7b3f9c43fb98932a63803.tar.gz tmwa-adda881817c349e141a7b3f9c43fb98932a63803.tar.bz2 tmwa-adda881817c349e141a7b3f9c43fb98932a63803.tar.xz tmwa-adda881817c349e141a7b3f9c43fb98932a63803.zip |
Merge pull request #213 from mekolat/params
fixes for magic-v3
Diffstat (limited to 'src/mmo/enums.hpp')
-rw-r--r-- | src/mmo/enums.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mmo/enums.hpp b/src/mmo/enums.hpp index 9a8f8ea..2564ec9 100644 --- a/src/mmo/enums.hpp +++ b/src/mmo/enums.hpp @@ -115,6 +115,7 @@ enum class SEX : uint8_t // TODO switch to Option<SEX> where appropriate. UNSPECIFIED = 2, NEUTRAL = 3, + __OTHER = 4, // used in ManaPlus only }; inline char sex_to_char(SEX sex) |