fix paradrop being broken (again!)

This commit is contained in:
Chris Forbes
2010-07-30 21:18:19 +12:00
parent 9280dd9f2f
commit 41c0d175bd
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenRA.Traits
TerrainSpeed = new Dictionary<string, float>();
if (info.TerrainTypes.Count() != info.TerrainSpeeds.Count())
throw new InvalidOperationException("Mobile TerrainType/TerrainSpeed length missmatch");
throw new InvalidOperationException("Mobile TerrainType/TerrainSpeed length mismatch");
for (int i = 0; i < info.TerrainTypes.Count(); i++)
{