diff options
Diffstat (limited to 'src/being/beingflag.h')
-rw-r--r-- | src/being/beingflag.h | 2 |
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 |