]> git.stg.codes - stg.git/blobdiff - stglibs/ia_auth_c.lib/ia_auth_c.cpp
Додано патч від Alexey Osipov <lion-simba@pridelands.ru>
[stg.git] / stglibs / ia_auth_c.lib / ia_auth_c.cpp
index 25e4d8c9df9fa5011c895ed7332c5138131b5595..0579755c16d9fbdf4dd9f5b036b79cb61b28ccf4 100644 (file)
@@ -421,6 +421,7 @@ return ret;
 //---------------------------------------------------------------------------
 void IA_CLIENT_PROT::Start()
 {
+nonstop = true;
 #ifdef WIN32
 unsigned long pt;
 CreateThread(NULL, 16384, RunW, this, 0, &pt);