Fix damage transition sounds

This commit is contained in:
Paul Chote
2010-07-30 22:23:52 +12:00
parent 8528c5d3a3
commit 62c2c3a1c6
4 changed files with 6 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ namespace OpenRA.Traits
Attacker = attacker,
Damage = damage,
DamageState = this.DamageState,
PreviousDamageState = oldState,
DamageStateChanged = this.DamageState != oldState,
Warhead = warhead
});