summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-21 18:57:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-21 18:57:48 +0300
commit35cfd460655878c9a615abc8ea1cb2f7577a7f3b (patch)
tree2b4cb899f7f442912f89de30f4a5ab0add0727ce /src/client.h
parentcfe4c893ba4ba30379919636d3c508ebf1594e23 (diff)
downloadplus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.tar.gz
plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.tar.bz2
plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.tar.xz
plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.zip
some other fixes from cpplint.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index b383bc0ea..d495521fc 100644
--- a/src/client.h
+++ b/src/client.h
@@ -51,7 +51,7 @@ class QuitDialog;
*/
static const int MILLISECONDS_IN_A_TICK = 10;
-static const short DEFAULT_PORT = 6901;
+static const uint16_t DEFAULT_PORT = 6901;
extern volatile int fps;
extern volatile int lps;
@@ -202,7 +202,7 @@ public:
std::string screenshotDir;
std::string test;
std::string serverName;
- short serverPort;
+ uint16_t serverPort;
bool printHelp;
bool printVersion;
bool skipUpdate;