This commit is contained in:
Chris Forbes
2009-11-18 20:53:10 +13:00
parent 36721e9566
commit 9a2f2f1cd7
8 changed files with 88 additions and 3 deletions

View File

@@ -157,6 +157,8 @@ namespace OpenRa.Game
static int oreTicks = oreFrequency;
public static int RenderFrame = 0;
public static Chat chat = new Chat();
public static void Tick()
{
int t = Environment.TickCount;