Change "HOMEPAGE" button in about box to name of website, since Linux is bad with launching URLS.

This commit is contained in:
theoddone33
2002-03-02 20:56:57 +00:00
parent 5fd0707b3d
commit 7b3fc665a6
2 changed files with 13 additions and 0 deletions

View File

@@ -713,9 +713,11 @@ 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