further unhacking to localise extended damage state stuff to JUST WALLS

This commit is contained in:
Chris Forbes
2010-03-27 10:11:24 +13:00
parent faa8f54e7c
commit 13e6711a3b
4 changed files with 27 additions and 27 deletions

View File

@@ -28,8 +28,6 @@ namespace OpenRA.Traits
public WarheadInfo Warhead;
public int Damage;
public DamageState DamageState;
public ExtendedDamageState ExtendedDamageState; // for 3,4-state stuff
public bool DamageStateChanged;
public bool ExtendedDamageStateChanged;
}
}