Fix filename case of sandworm attack sound

This commit is contained in:
Oliver Brakmann
2016-03-19 23:07:59 +01:00
parent 51bfe4accc
commit b1fd74010f

View File

@@ -30,7 +30,7 @@ namespace OpenRA.Mods.D2k.Traits
[Desc("The upgrades to grant while attacking.")]
public readonly string[] AttackingUpgrades = { "attacking" };
public readonly string WormAttackSound = "Worm.wav";
public readonly string WormAttackSound = "WORM.WAV";
public readonly string WormAttackNotification = "WormAttack";