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

@@ -46,6 +46,8 @@ namespace OpenRA
public void AddPlayer(Player p) { players[p.Index] = p; }
public bool GameHasStarted { get { return Game.orderManager.GameStarted; } }
int localPlayerIndex;
public Player LocalPlayer
{