Don't display mencoder message for no video and uncompressed

This commit is contained in:
pagefault
2006-02-28 01:40:17 +00:00
parent 1265614651
commit 79a2c0af94

View File

@@ -667,10 +667,12 @@ ProcessMouseButtons:
pushad pushad
call MovieDumpRaw call MovieDumpRaw
popad popad
cmp byte[MovieVideoMode],2
jb .nomencoder
cmp byte[mencoderExists],0 cmp byte[mencoderExists],0
jne .okay jne .nomencoder
call guimencodermsg call guimencodermsg
.okay .nomencoder
ret ret
.noDumpRaw .noDumpRaw
cmp byte[GUICBHold],40 cmp byte[GUICBHold],40