summaryrefslogtreecommitdiff
path: root/src/being/beingflag.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-30 22:43:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-30 22:43:38 +0300
commit2b62aea7eaa69010c00476ccd7e03729ccac6226 (patch)
treed479bbfa52f344df12da471b534343f402f62a9d /src/being/beingflag.h
parent14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13 (diff)
downloadplus-2b62aea7eaa69010c00476ccd7e03729ccac6226.tar.gz
plus-2b62aea7eaa69010c00476ccd7e03729ccac6226.tar.bz2
plus-2b62aea7eaa69010c00476ccd7e03729ccac6226.tar.xz
plus-2b62aea7eaa69010c00476ccd7e03729ccac6226.zip
Rename "other" gender into "hidden" gender.
Diffstat (limited to 'src/being/beingflag.h')
-rw-r--r--src/being/beingflag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/beingflag.h b/src/being/beingflag.h
index 98bc66813..dede3c9fa 100644
--- a/src/being/beingflag.h
+++ b/src/being/beingflag.h
@@ -28,7 +28,7 @@ namespace BeingFlag
SHOP = 1,
AWAY = 2,
INACTIVE = 4,
- GENDER_OTHER = 32,
+ GENDER_HIDDEN = 32,
GM = 64,
GENDER_MALE = 128,
SPECIAL = 128 + 64