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;