Map saving

This commit is contained in:
Paul Chote
2010-04-01 17:37:46 +13:00
committed by Bob
parent 585f15d4ca
commit 382efbcdfb
7 changed files with 38 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#region Copyright & License Information
#region Copyright & License Information
/*
* Copyright 2007,2009,2010 Chris Forbes, Robert Pepperell, Matthew Bowra-Dean, Paul Chote, Alli Witheford.
* This file is part of OpenRA.
@@ -107,7 +107,7 @@ namespace OpenRA.FileFormats
f => new MiniYaml(FormatValue(o, f))));
}
static string FormatValue(object o, FieldInfo f)
public static string FormatValue(object o, FieldInfo f)
{
var v = f.GetValue(o);
return f.FieldType.IsArray