diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 8c8276f7e..d0c4e38c0 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -171,6 +171,7 @@ extern FPSmanager fpsManager; volatile bool runCounters; bool isSafeMode = false; int serverVersion = 0; +int packetVersion = 0; unsigned int tmwServerVersion = 0; int start_time; unsigned int mLastHost = 0; @@ -1010,6 +1011,7 @@ int Client::gameExec() loginData.clearUpdateHost(); serverVersion = 0; + packetVersion = 0; tmwServerVersion = 0; // Allow changing this using a server choice dialog |