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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user