inlined InitializeEngineWithMods; cleaned trailing whitespace in Game; removed non-working Replay code

This commit is contained in:
Bob
2010-08-21 19:16:43 +12:00
parent 18914447aa
commit 1a4e3053ce
3 changed files with 31 additions and 41 deletions

View File

@@ -47,7 +47,6 @@ namespace OpenRA.GameRules
// External game settings
public string LastServer = "localhost:1234";
public string Replay = null;
public string PlayerName = "Newbie";
public Color PlayerColor1 = Color.FromArgb(255,160,238);
public Color PlayerColor2 = Color.FromArgb(68,0,56);