diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-16 18:02:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-16 18:02:08 +0300 |
commit | cef3523b7692bd08fa90e98cd6f87184a15960c9 (patch) | |
tree | c1cd5b0027bd099bcfe1b9d40b7cf191c8fb5879 /src/options.h | |
parent | 8df6afa68f9192321f98942348cbcb757ef7bbdc (diff) | |
download | plus-cef3523b7692bd08fa90e98cd6f87184a15960c9.tar.gz plus-cef3523b7692bd08fa90e98cd6f87184a15960c9.tar.bz2 plus-cef3523b7692bd08fa90e98cd6f87184a15960c9.tar.xz plus-cef3523b7692bd08fa90e98cd6f87184a15960c9.zip |
Add new command option --server-type.
It can accept values: eathena, evol, evol2, tmwathena
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index def02200b..7f4a63ca7 100644 --- a/src/options.h +++ b/src/options.h @@ -54,6 +54,7 @@ struct Options final screenshotDir(), test(), serverName(), + serverType(), renderer(-1), serverPort(0), printHelp(false), @@ -79,6 +80,7 @@ struct Options final std::string screenshotDir; std::string test; std::string serverName; + std::string serverType; int renderer; uint16_t serverPort; bool printHelp; |