Fix for loading yaml from a mounted package/folder

This commit is contained in:
Paul Chote
2010-04-02 02:21:27 +13:00
committed by Bob
parent 1af84c9b1b
commit 586266d2dc
6 changed files with 196 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenRA.GameRules
// External game settings
public readonly string NetworkHost = "";
public readonly int NetworkPort = 0;
public readonly string Map = "mods/ra/testmap.yaml";
public readonly string Map = "testmap.yaml";
public readonly int Player = 1;
public readonly string Replay = "";
public readonly string PlayerName = "";