Homepage button now shows up in SDL port and works!

This commit is contained in:
n-a-c-h
2005-01-05 13:45:49 +00:00
parent ea3dabb7ee
commit be665a91e8
4 changed files with 147 additions and 6 deletions

View File

@@ -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

View File

@@ -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