more chrome

This commit is contained in:
Chris Forbes
2009-11-16 19:12:58 +13:00
parent 3b48b90841
commit 95e26c7147
3 changed files with 28 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ namespace OpenRa.Game
List<OrderSource> players;
int frameNumber = 0;
const int FramesAhead = 3;
const int FramesAhead = 10;
public int FrameNumber { get { return frameNumber; } }