From 5ea756506bedbb82741832bb044ce151c0c12600 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 9 Dec 2011 22:03:53 +1300 Subject: [PATCH] update comment in map save --- OpenRA.Game/Map.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Map.cs b/OpenRA.Game/Map.cs index 3aed19164b..99cf3ac8bb 100644 --- a/OpenRA.Game/Map.cs +++ b/OpenRA.Game/Map.cs @@ -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); }