Increase turn length to 300ms to work better with lag.

This was SVN commit r6318.
This commit is contained in:
Matei 2008-08-08 05:57:10 +00:00
parent 7addd3872f
commit 5d35f6bfe0

View File

@ -13,7 +13,7 @@ class CTurnManager
{
public:
// Default turn length
static const int DEFAULT_TURN_LENGTH = 150;
static const int DEFAULT_TURN_LENGTH = 300;
// Used with IterateBatch() to iterate a command batch and set the sync mask
// for each message. If the iterating function doesn't wish to change the