Merge pull request #7081 from Mailaender/ignore-missing-npc-objectives

Removed the need to give NPCs fake objectives to properly end the game
This commit is contained in:
Chris Forbes
2014-12-08 14:05:59 +13:00
4 changed files with 22 additions and 13 deletions

View File

@@ -41,6 +41,7 @@ namespace OpenRA
public readonly PlayerReference PlayerReference;
public bool IsBot;
public int SpawnPoint;
public bool HasObjectives = false;
public Shroud Shroud;
public World World { get; private set; }