add crap broken sound support for vqa

This commit is contained in:
Chris Forbes
2010-08-11 22:04:55 +12:00
parent 46fc0ef563
commit ec9da154ad
5 changed files with 59 additions and 13 deletions

View File

@@ -47,7 +47,9 @@ namespace OpenRA.Widgets
if (advanceNext)
{
advanceNext = false;
video.AdvanceFrame();
video.AdvanceFrame();
Sound.PlayRaw(video.AudioData);
}
if (dt > timestep)