mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 04:01:47 +02:00
- bugfix for network disconnect detection in game for clients (thanks tomreyn we finally found the bug)
This commit is contained in:
@@ -1018,7 +1018,7 @@ NetworkMessageType ClientInterface::waitForMessage()
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Chrono chrono;
|
Chrono chrono;
|
||||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugPerformance).enabled) chrono.start();
|
chrono.start();
|
||||||
|
|
||||||
NetworkMessageType msg = nmtInvalid;
|
NetworkMessageType msg = nmtInvalid;
|
||||||
int waitLoopCount = 0;
|
int waitLoopCount = 0;
|
||||||
|
Reference in New Issue
Block a user