Fix Waypoint == Startpoint assumption in MapFormat 5.

This commit is contained in:
Paul Chote
2011-02-11 10:20:55 +13:00
parent 8844ca0fdd
commit 6ef330c357
4 changed files with 31 additions and 11 deletions

View File

@@ -264,7 +264,6 @@ namespace OpenRA.Editor
SaveAsClicked(sender, e);
else
{
surface1.Map.PlayerCount = surface1.Map.Waypoints.Count;
surface1.Map.Save(loadedMapName);
dirty = false;
}