Misc. bug fixes

This commit is contained in:
pagefault
2001-11-16 21:29:00 +00:00
parent a9d72c6df0
commit 4040f138dd
2 changed files with 4 additions and 3 deletions

View File

@@ -833,6 +833,7 @@ GUIOptionKeys:
.noautoincsave
cmp dh,'M'
jne .nommxcopy
xor byte[MMXSupport],1
call MMXCheck
.nommxcopy
cmp dh,'U'

View File

@@ -1363,7 +1363,7 @@ GUIWinClicked:
%%noclick
%endmacro
%macro GUIClickCButton5MMX 4
%macro GUIClickCButton5MMXC 4
cmp eax,%1+1
jl %%noclick
cmp edx,%2+3
@@ -2364,12 +2364,12 @@ DisplayGUISoundClick:
GUIClickCButton5 11,163,byte[SoundInterpType],1
GUIClickCButton5 11,173,byte[SoundInterpType],2
%ifndef __MSDOS__
GUIClickCButton5MMX 11,183,byte[SoundInterpType],3
GUIClickCButton5MMXC 11,183,byte[SoundInterpType],3
%endif
GUIClickCButton5 111,163,byte[LowPassFilterType],1
GUIClickCButton5 111,173,byte[LowPassFilterType],2
%ifndef __MSDOS__
GUIClickCButton5MMX 111,183,byte[LowPassFilterType],3
GUIClickCButton5MMXC 111,183,byte[LowPassFilterType],3
%endif
cmp eax,15
jl near .nosrate