don't allow stacking of mapactors

This commit is contained in:
Chris Forbes
2010-05-10 18:27:01 +12:00
parent e275677d11
commit 8118e022cb
2 changed files with 16 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ namespace OpenRA.Editor
AppDomain.CurrentDomain.AssemblyResolve += FileSystem.ResolveAssembly;
LocateGameRoot();
LoadMap("ra", "mjolnir");
LoadMap("cnc", "scm02ea");
}
void LoadMap(string mod, string mapname)