X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fserverlist.qh;h=8ad1856b07986ba5477b1f5a6b104e7ed486cab4;hb=edc2fb3a9154824714501378e520ccd255e81b88;hp=74f3bd570d5fee88efdcdbab3fbdaa341c2545a6;hpb=b8ad7477ca022feff76a1634c7ca8dcaaf54937c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/serverlist.qh b/qcsrc/menu/xonotic/serverlist.qh index 74f3bd570d..8ad1856b07 100644 --- a/qcsrc/menu/xonotic/serverlist.qh +++ b/qcsrc/menu/xonotic/serverlist.qh @@ -52,7 +52,7 @@ CLASS(XonoticServerList, XonoticListBox) ATTRIB(XonoticServerList, sortButton4, entity); ATTRIB(XonoticServerList, sortButton5, entity); ATTRIB(XonoticServerList, connectButton, entity); - ATTRIB(XonoticServerList, disconnectButton, entity); + //ATTRIB(XonoticServerList, disconnectButton, entity); ATTRIB(XonoticServerList, infoButton, entity); ATTRIB(XonoticServerList, currentSortOrder, float, 0); ATTRIB(XonoticServerList, currentSortField, float, -1); @@ -71,7 +71,7 @@ ENDCLASS(XonoticServerList) entity makeXonoticServerList(); void RegisterSLCategories(); -float CheckCategoryForEntry(float entry); +float CategoryForEntry(float entry); void ServerList_Filter_Change(entity box, entity me); void ServerList_Categories_Click(entity box, entity me); void ServerList_ShowEmpty_Click(entity box, entity me); @@ -127,8 +127,8 @@ float IsServerInList(string list, string srv); entity RetrieveCategoryEnt(float catnum); -float CheckCategoryOverride(float cat); -float m_gethostcachecategory(float entry) { return CheckCategoryOverride(CheckCategoryForEntry(entry)); } +float CategoryOverride(float cat); +float m_gethostcachecategory(float entry) { return CategoryOverride(CategoryForEntry(entry)); } // fields for category entities