fix templates for cnc (103x1 tiles were quite clearly broken)

This commit is contained in:
Chris Forbes
2010-05-08 22:02:16 +12:00
parent e9fd21d1e5
commit 9332332771
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace OpenRA.Editor
InitializeComponent();
LocateGameRoot();
LoadMap("ra", "mjolnir");
LoadMap("cnc", "scm01ea");
}
void LoadMap(string mod, string mapname)