Fix for cublic spline interpolation in dos port, it should actually save the option now!

This commit is contained in:
pagefault
2003-08-30 23:22:53 +00:00
parent 996f301008
commit 2cc81803e3

View File

@@ -516,11 +516,9 @@ EXTSYM MMXSupport
NEWSYM AdjustFrequency
mov al,[SoundInterpType]
%ifndef __MSDOS__
mov ah,[MMXSupport]
cmp ah,0
jne .mmx
%endif
mov al,1
mov [SoundInterpType],al
.mmx