if there are no Playable playerrefs in the map, make as many as there are spawnpoints (hack)

This commit is contained in:
Chris Forbes
2010-08-23 21:39:27 +12:00
parent 298f5ec24f
commit 4a337185f5
2 changed files with 12 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ namespace OpenRA.Network
public string Name;
public ClientState State;
public int Team;
public int Slot; // which slot we're in, or -1 for `observer`.
}
public class Slot