Added Always On Top option to GUI Options in win32 port

This commit is contained in:
pagefault
2001-05-04 20:36:10 +00:00
parent 73100da89c
commit ed60cc11c6
4 changed files with 43 additions and 4 deletions

View File

@@ -2520,6 +2520,9 @@ DisplayGUIOptnsClick:
GUIClickCButton 12,73,byte[JoyPad1Move]
GUIClickCButton6 12,83,byte[GUIEffect],1
GUIClickCButton6 12,93,byte[GUIEffect],2
%ifdef __WIN32__
GUIClickCButton 12,168,byte[AlwaysOnTop]
%endif
cmp eax,25
jl near .nomovebar
cmp eax,25+32*4-1