This commit is contained in:
Paul Chote
2010-04-04 14:29:03 +12:00
committed by Bob
parent 656ba93546
commit 2885b25ec7
2 changed files with 6 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenRA
ChromeProvider.Initialize(manifest.Chrome);
world = new World();
world = new World(mapName);
Timer.Time( "world: {0}" );