add crap broken sound support for vqa
This commit is contained in:
@@ -47,7 +47,9 @@ namespace OpenRA.Widgets
|
||||
if (advanceNext)
|
||||
{
|
||||
advanceNext = false;
|
||||
video.AdvanceFrame();
|
||||
video.AdvanceFrame();
|
||||
|
||||
Sound.PlayRaw(video.AudioData);
|
||||
}
|
||||
|
||||
if (dt > timestep)
|
||||
|
||||
Reference in New Issue
Block a user