Support uncompressed audio (ally1.vqa)

This commit is contained in:
Paul Chote
2010-08-12 00:37:19 +12:00
parent c600239c54
commit 6e0158039a
2 changed files with 10 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ namespace OpenRA.Widgets.Delegates
bg.GetWidget("BUTTON_PLAY").OnMouseUp = mi =>
{
var foo = Widget.RootWidget.GetWidget<VqaPlayerWidget>("VIDEOPLAYER");
foo.Load("ally10.vqa");
foo.Load("ally1.vqa");
foo.Play();
/*
if (Sound.MusicStopped)