summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/charserverhandler.h')
-rw-r--r--src/net/eathena/charserverhandler.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h
index d62d0a3df..a6384cbaa 100644
--- a/src/net/eathena/charserverhandler.h
+++ b/src/net/eathena/charserverhandler.h
@@ -45,9 +45,12 @@ class CharServerHandler final : public MessageHandler,
void chooseCharacter(Net::Character *const character) override final;
- void newCharacter(const std::string &name, const int slot,
- const bool gender, const int hairstyle,
- const int hairColor, const unsigned char race,
+ void newCharacter(const std::string &name,
+ const int slot,
+ const Gender::Type gender,
+ const int hairstyle,
+ const int hairColor,
+ const unsigned char race,
const unsigned char look,
const std::vector<int> &stats) const override final;