Merge pull request #8426 from obrakmann/ra-map-import-ships

Fixed missing ships when importing legacy RA maps
This commit is contained in:
Matthias Mailänder
2015-06-08 09:03:38 +02:00

View File

@@ -178,6 +178,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
LoadActors(file, "STRUCTURES");
LoadActors(file, "UNITS");
LoadActors(file, "INFANTRY");
LoadActors(file, "SHIPS");
LoadSmudges(file, "SMUDGE");
var wps = file.GetSection("Waypoints")