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

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Effects
{
public class BulletInfo : IProjectileInfo
{
[Desc("Projectile speed in WRange / tick, two values indicate variable velocity.")]
[Desc("Projectile speed in WDist / tick, two values indicate variable velocity.")]
public readonly WDist[] Speed = { new WDist(17) };
[Desc("Maximum offset at the maximum range.")]
public readonly WDist Inaccuracy = WDist.Zero;