From 2b62aea7eaa69010c00476ccd7e03729ccac6226 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Jun 2018 22:43:38 +0300 Subject: Rename "other" gender into "hidden" gender. --- src/net/tmwa/serverfeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index c6e38da8c..db70d836f 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -68,7 +68,7 @@ bool ServerFeatures::haveMove3() const return tmwServerVersion >= 0x0f0512 && tmwServerVersion <= 0xf0706; } -bool ServerFeatures::haveCharOtherGender() const +bool ServerFeatures::haveCharHiddenGender() const { return tmwServerVersion > 0x0f0b17; } -- cgit v1.2.3-60-g2f50