rename WRange to WDist in documentation

This commit is contained in:
Matthias Mailänder
2015-07-09 12:36:29 +02:00
parent ff7fe2bab5
commit 8d8d7ab8ea
5 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Travel time - split equally between ascent and descent")]
public readonly int FlightDelay = 400;
[Desc("Visual ascent velocity in WRange / tick")]
[Desc("Visual ascent velocity in WDist / tick")]
public readonly WDist FlightVelocity = new WDist(512);
[Desc("Descend immediately on the target, with half the FlightDelay")]