Restored faulty left-click logic for now.

This commit is contained in:
Bynnar18
2015-02-10 19:48:41 -06:00
committed by Bynnar18
parent 75bfd0fb31
commit 36d59d6b1d
12 changed files with 156 additions and 95 deletions

View File

@@ -27,6 +27,8 @@ namespace OpenRA
{
public static class Game
{
public static MouseButtonPreference mouseButtonPreference = new MouseButtonPreference();
public const int NetTickScale = 3; // 120 ms net tick for 40 ms local tick
public const int Timestep = 40;
public const int TimestepJankThreshold = 250; // Don't catch up for delays larger than 250ms