1
0
forked from mirrors/0ad

Implement network-warnings, fixes #3264.

Shows a notification if the local client or other players connections
timeout or have bad latency.

This was SVN commit r17730.
This commit is contained in:
elexis
2016-02-04 17:14:46 +00:00
parent 4d41bd9622
commit 22f5b00fce
21 changed files with 468 additions and 19 deletions
+2 -2
View File
@@ -38,8 +38,8 @@
#include <fstream>
#include <iomanip>
static const int DEFAULT_TURN_LENGTH_MP = 500;
static const int DEFAULT_TURN_LENGTH_SP = 200;
const u32 DEFAULT_TURN_LENGTH_MP = 500;
const u32 DEFAULT_TURN_LENGTH_SP = 200;
static const int COMMAND_DELAY = 2;