Fix motion blur text in GUI
This commit is contained in:
@@ -1162,6 +1162,7 @@ GUIVideoKeys:
|
||||
cmp dh,'M'
|
||||
jne .nomotionblur
|
||||
xor ebx,ebx
|
||||
mov bl,[cvidmode]
|
||||
cmp byte[GUIMBVID+ebx],0
|
||||
je .nomotionblur
|
||||
xor byte[MotionBlur],1
|
||||
|
||||
@@ -2255,6 +2255,7 @@ DisplayGUIVideoClick:
|
||||
GUIClickCButton5 11,173,byte[Mode7HiRes16b],1
|
||||
.nocheckboxm7
|
||||
%ifndef __MSDOS__
|
||||
mov bl,[cvidmode]
|
||||
cmp byte[GUIMBVID+ebx],0
|
||||
je .nocheckboxmb
|
||||
GUIClickCButton5 11,173,byte[MotionBlur],1
|
||||
|
||||
@@ -1743,6 +1743,7 @@ DisplayGUIVideo:
|
||||
GUIOuttextwin2u 5,26,178,GUIVideoText8b,0
|
||||
.notext8
|
||||
%ifndef __MSDOS__
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIMBVID+eax],0
|
||||
je .notext82
|
||||
GUIOuttextwin2u 5,26,178,GUIVideoText8b2,0
|
||||
@@ -1850,6 +1851,7 @@ DisplayGUIVideo:
|
||||
GUIOuttextwin2 5,25,177,GUIVideoText8b
|
||||
.notext8b
|
||||
%ifndef __MSDOS__
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIMBVID+eax],0
|
||||
je .notext8b2
|
||||
GUIOuttextwin2 5,25,177,GUIVideoText8b2
|
||||
@@ -1981,6 +1983,7 @@ DisplayGUIVideo:
|
||||
GUIDisplayIconWin 5,11,173,[GUITemp]
|
||||
.nocheckboxm72
|
||||
%ifndef __MSDOS__
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIMBVID+eax],0
|
||||
je .nocheckboxmb2
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||
|
||||
Reference in New Issue
Block a user