fixed broken INIs rather than hiding the brokenness

This commit is contained in:
Chris Forbes
2010-02-11 15:39:17 +13:00
parent fb23c0ed0c
commit 5b3dde1c5f
8 changed files with 4 additions and 62 deletions

View File

@@ -3,9 +3,7 @@ namespace OpenRa.GameRules
{
public class WeaponInfo
{
public readonly string Anim = null;
public readonly int Burst = 1;
public readonly bool Camera = false;
public readonly bool Charges = false;
public readonly int Damage = 0;
public readonly string Projectile = "Invisible";
@@ -13,7 +11,6 @@ namespace OpenRa.GameRules
public readonly float Range = 0;
public readonly string Report = null;
public readonly int Speed = -1;
public readonly bool Supress = false;
public readonly bool TurboBoost = false;
public readonly string Warhead = null;