Added a forgotten case (thanks grinvader).
This commit is contained in:
@@ -2022,7 +2022,7 @@ static bool raw_video_open()
|
|||||||
return(true);
|
return(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!MovieVideoMode || raw_vid.vp)
|
if ((!MovieVideoMode || raw_vid.vp) && MovieAudioMode)
|
||||||
{
|
{
|
||||||
if ((raw_vid.ap = fopen(md_pcm_audio, "wb")))
|
if ((raw_vid.ap = fopen(md_pcm_audio, "wb")))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user