Merge pull request #7721 from abcdefg30/smallpolish

Small polish.
This commit is contained in:
Taryn Hill
2015-03-23 12:28:55 -05:00
3 changed files with 8 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ namespace OpenRA.Support
Color.Fuchsia, Color.Lime, Color.Fuchsia, Color.Lime,
Color.LightBlue, Color.Blue, Color.LightBlue, Color.Blue,
Color.White, Color.Teal }; Color.White, Color.Teal };
static int nextColor; static int nextColor;
public static Cache<string, PerfItem> Items = new Cache<string, PerfItem>( public static Cache<string, PerfItem> Items = new Cache<string, PerfItem>(

View File

@@ -17,7 +17,7 @@ namespace OpenRA.Mods.D2k.Traits
{ {
public class LaysTerrainInfo : ITraitInfo, Requires<BuildingInfo> public class LaysTerrainInfo : ITraitInfo, Requires<BuildingInfo>
{ {
[Desc("The terrain template to place. If the template is PickAny, then" + [Desc("The terrain template to place. If the template is PickAny, then " +
"the actor footprint will be filled with this tile.")] "the actor footprint will be filled with this tile.")]
public readonly ushort Template = 0; public readonly ushort Template = 0;