Homepage button now shows up in SDL port and works!
This commit is contained in:
@@ -711,11 +711,9 @@ ProcessMouseButtons:
|
||||
jne .nostatecancel
|
||||
mov byte[NetStateQuit],1
|
||||
.nostatecancel
|
||||
%ifndef __LINUX__
|
||||
cmp byte[GUICBHold],65
|
||||
jne .nohomepage
|
||||
call GotoHomepage
|
||||
%endif
|
||||
.nohomepage
|
||||
mov byte[GUICBHold],0
|
||||
ret
|
||||
|
||||
@@ -5214,9 +5214,7 @@ DisplayGUIAbout:
|
||||
je .zero3
|
||||
mov byte[GUItextcolor],211
|
||||
.zero3
|
||||
%ifndef __LINUX__
|
||||
DrawGUIButton 11,90,30,175,40,GUIGUIAboutText8,65,0,0
|
||||
%endif
|
||||
sub byte[GUItextcolor],15
|
||||
GUIOuttextwin2 11,6,16,GUIGUIAboutText1
|
||||
GUIOuttextwin2 11,6,26,GUIGUIAboutText7
|
||||
|
||||
Reference in New Issue
Block a user