From: Rudolf Polzer Date: Thu, 10 Oct 2013 04:28:59 +0000 (+0200) Subject: comments X-Git-Tag: xonotic-v0.8.0~256^2~43 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=926b05850ca18c3c72711d2ad6e67f1a8bbfcf89;p=xonotic%2Fxonotic-data.pk3dir.git comments --- diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index c5a4055e1..004736945 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -61,10 +61,10 @@ ENDCLASS(XonoticServerList) entity makeXonoticServerList(); #ifndef IMPLEMENTATION -const float REFRESHSERVERLIST_RESORT = 0; -const float REFRESHSERVERLIST_REFILTER = 1; -const float REFRESHSERVERLIST_ASK = 2; -const float REFRESHSERVERLIST_RESET = 3; +const float REFRESHSERVERLIST_RESORT = 0; // sort the server list again to update for changes to e.g. favorite status, categories +const float REFRESHSERVERLIST_REFILTER = 1; // ..., also update filter and sort criteria +const float REFRESHSERVERLIST_ASK = 2; // ..., also suggest querying servers now +const float REFRESHSERVERLIST_RESET = 3; // ..., also clear the list first var float autocvar_menu_slist_categories = TRUE; var float autocvar_menu_slist_categories_onlyifmultiple = TRUE;