slightly more usable sound support

This commit is contained in:
Chris Forbes
2009-10-14 20:12:28 +13:00
parent 60a24a5415
commit 1c7bf80166
2 changed files with 23 additions and 8 deletions

View File

@@ -30,7 +30,9 @@ namespace OpenRa.Game
FileSystem.Mount(new Package("conquer.mix"));
FileSystem.Mount(new Package("hires.mix"));
FileSystem.Mount(new Package("general.mix"));
FileSystem.Mount(new Package("local.mix"));
FileSystem.Mount(new Package("local.mix"));
FileSystem.Mount(new Package("sounds.mix"));
FileSystem.Mount(new Package("speech.mix"));
FormBorderStyle = FormBorderStyle.None;
BackColor = Color.Black;