diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-12 21:09:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-12 21:30:35 +0300 |
commit | 09187552601a2b6c26225cf2fa4a700347a02224 (patch) | |
tree | fa75da86eff794d1062486e7fc6a6ee3620a0db5 /src/client.cpp | |
parent | 58f80ebffbb354357e2650a41e233f54df3e376d (diff) | |
download | plus-09187552601a2b6c26225cf2fa4a700347a02224.tar.gz plus-09187552601a2b6c26225cf2fa4a700347a02224.tar.bz2 plus-09187552601a2b6c26225cf2fa4a700347a02224.tar.xz plus-09187552601a2b6c26225cf2fa4a700347a02224.zip |
add server version check for "new" tmw servers.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 1afd8f477..7ab7cb328 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -184,6 +184,7 @@ volatile int cur_time; volatile bool runCounters; bool isSafeMode = false; int serverVersion = 0; +unsigned int tmwServerVersion = 0; int start_time; int textures_count = 0; |