Fixed missing ships when importing legacy RA maps

This commit is contained in:
Oliver Brakmann
2015-06-07 15:45:16 +02:00
parent 52179e802e
commit 8442dc4bf0

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")