From 34fc207a6cb61bf154fdec3b0ca3b384faec6d0f Mon Sep 17 00:00:00 2001 From: Bob Date: Tue, 12 Oct 2010 02:14:52 +1300 Subject: [PATCH] FUCK YES --- OpenRA.Game/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index e2723802c0..574a05585a 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -31,7 +31,7 @@ namespace OpenRA public static int CellSize { get { return modData.Manifest.TileSize; } } public static ModData modData; - public static World world; + private static World world; private static WorldRenderer worldRenderer; public static Viewport viewport;