replaced Dune 2000 AUD with original WAV

removed *.aud hard-coding everywhere
This commit is contained in:
Matthias Mailänder
2013-06-15 17:40:36 +02:00
parent 9fb98f04d4
commit cdeea80037
76 changed files with 294 additions and 279 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenRA.Mods.RA
self.World.Add(projectile);
if (args.weapon.Report != null && args.weapon.Report.Any())
Sound.Play(args.weapon.Report.Random(self.World.SharedRandom) + ".aud", self.CenterLocation);
Sound.Play(args.weapon.Report.Random(self.World.SharedRandom), self.CenterLocation);
}
});