diff options
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 77964bd17..72e58385e 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -94,6 +94,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; |