Fixed bug in appending movies

This commit is contained in:
pagefault
2004-05-27 00:36:55 +00:00
parent ce1bff4ae9
commit 90c11c6a60

View File

@@ -67,7 +67,10 @@ MovieRecord:
mov dx,0
call File_Seek_End
cmp byte[MovieProcessing],0
jne near .netstuff
je .noappend
mov byte[MovieProcessing],1
jmp .netstuff
.noappend
mov al,[soundon]
mov [RecData],al
mov eax,[welcome+8]