diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 18:39:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 18:39:43 +0300 |
commit | 0d4ee623cb1dbc4a44951f8d3e71eeba1ae0d816 (patch) | |
tree | 982c7f530529d6ad53d7fef7eade9efc404a64fb /src/client.cpp | |
parent | 2fe16d770e2d0990e74711039a15a47d6a57782d (diff) | |
download | plus-0d4ee623cb1dbc4a44951f8d3e71eeba1ae0d816.tar.gz plus-0d4ee623cb1dbc4a44951f8d3e71eeba1ae0d816.tar.bz2 plus-0d4ee623cb1dbc4a44951f8d3e71eeba1ae0d816.tar.xz plus-0d4ee623cb1dbc4a44951f8d3e71eeba1ae0d816.zip |
Reset tmw server version before server selection.
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 53115528f..1fef92bd2 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1021,6 +1021,7 @@ int Client::gameExec() loginData.clearUpdateHost(); serverVersion = 0; + tmwServerVersion = 0; // Allow changing this using a server choice dialog // We show the dialog box only if the command-line |