move CosmeticRandom to game

This commit is contained in:
Bob
2010-04-13 22:00:32 +12:00
committed by Chris Forbes
parent 9b0ce4ff62
commit c3f1ec9ed2
4 changed files with 7 additions and 4 deletions

View File

@@ -31,7 +31,9 @@ using OpenRA.Graphics;
using OpenRA.Network;
using OpenRA.Support;
using OpenRA.Traits;
using Timer = OpenRA.Support.Timer;
using XRandom = OpenRA.Thirdparty.Random;
namespace OpenRA
{
@@ -49,6 +51,8 @@ namespace OpenRA
public static bool skipMakeAnims = true;
public static XRandom CosmeticRandom = new XRandom(); // not synced
internal static Renderer renderer;
static int2 clientSize;
static string mapName;