Overlay fix
This commit is contained in:
@@ -892,7 +892,6 @@ GUIOptionKeys:
|
||||
cmp dh,'Y'
|
||||
jne .nooverlay
|
||||
xor byte[OverlayEnabled],1
|
||||
call guimustrestartmsg
|
||||
.nooverlay
|
||||
cmp dh,'S'
|
||||
jne .noalttimer
|
||||
|
||||
@@ -2120,7 +2120,7 @@ DisplayGUIOptionClick:
|
||||
GUIClickCButton 11,156,byte[AutoState]
|
||||
GUIClickCButton 11,166,byte[DontSavePath]
|
||||
%ifdef __WIN32__
|
||||
GUIClickCButtonat 11,176,byte[OverlayEnabled]
|
||||
GUIClickCButton 11,176,byte[OverlayEnabled]
|
||||
GUIClickCButtonat 11,186,byte[AlternateTimer]
|
||||
%endif
|
||||
; Frameskip = 0
|
||||
|
||||
Reference in New Issue
Block a user