move Game.IsStarted to World.GameHasStarted

This commit is contained in:
Bob
2010-04-13 20:05:34 +12:00
parent e224c64ccc
commit 2a4460213c
5 changed files with 6 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ namespace OpenRA.Graphics
mapOnlySheet.Texture.SetData(oreLayer);
if (!Game.IsStarted || !world.Queries.OwnedBy[world.LocalPlayer].WithTrait<ProvidesRadar>().Any())
if (!world.GameHasStarted || !world.Queries.OwnedBy[world.LocalPlayer].WithTrait<ProvidesRadar>().Any())
return;
var bitmap = new Bitmap(oreLayer);