Fixed audio dumping when asked not to dump video.

This commit is contained in:
n-a-c-h
2006-02-26 22:38:45 +00:00
parent 47c182dad2
commit 0bb0ee4075

View File

@@ -1989,6 +1989,9 @@ static bool raw_video_open()
switch (MovieVideoMode)
{
case 0:
break;
case 1:
raw_vid.vp = fopen(md_raw_file, "wb");
break;