Added a forgotten case (thanks grinvader).

This commit is contained in:
n-a-c-h
2006-02-27 23:39:41 +00:00
parent 948be287ab
commit d0be46dd15

View File

@@ -2022,7 +2022,7 @@ static bool raw_video_open()
return(true);
}
if (!MovieVideoMode || raw_vid.vp)
if ((!MovieVideoMode || raw_vid.vp) && MovieAudioMode)
{
if ((raw_vid.ap = fopen(md_pcm_audio, "wb")))
{