diff options
author | /dev/humancontroller <devhc@example.com> | 2015-04-18 15:50:18 -0500 |
---|---|---|
committer | Jeff Kent <jeff@jkent.net> | 2015-06-08 17:01:01 -0500 |
commit | b2a8e63c896467f5edea2a49d8b536957845c9dd (patch) | |
tree | d275bd67b6eae02ac7500b5e5a5c31ec4adc2297 /src/ui | |
parent | d487b1a69f8961b9d4f8658c2e2ae3c272acd2cb (diff) |
change the UI server-sorting fields to be GPP-compatible
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_public.h b/src/ui/ui_public.h index 0de73dae..f1f55c2f 100644 --- a/src/ui/ui_public.h +++ b/src/ui/ui_public.h @@ -152,10 +152,10 @@ uiMenuCommand_t; typedef enum { SORT_HOST, - SORT_GAME, SORT_MAP, SORT_CLIENTS, - SORT_PING + SORT_PING, + SORT_GAME } serverSortField_t; |