From 926b05850ca18c3c72711d2ad6e67f1a8bbfcf89 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 10 Oct 2013 06:28:59 +0200 Subject: [PATCH] comments --- qcsrc/menu/xonotic/serverlist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.2