update comment in map save

This commit is contained in:
Chris Forbes
2011-12-09 22:03:53 +13:00
parent fb1b7ac706
commit 5ea756506b

View File

@@ -226,7 +226,7 @@ namespace OpenRA
Path = toPath;
// Create a new map package
// TODO: Add other files (resources, rules) to the entries list
// TODO: Add other files (custom assets) to the entries list
Container = FileSystem.CreatePackage(Path, int.MaxValue, entries);
}