diff options
Diffstat (limited to 'src/net/tmwa/token.h')
-rw-r--r-- | src/net/tmwa/token.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/token.h b/src/net/tmwa/token.h index b5e84238..c0a2b3c8 100644 --- a/src/net/tmwa/token.h +++ b/src/net/tmwa/token.h @@ -36,7 +36,7 @@ struct Token account_ID = 0; session_ID1 = 0; session_ID2 = 0; - sex = GENDER_UNSPECIFIED; + sex = Gender::UNSPECIFIED; } }; |