From b2a8e63c896467f5edea2a49d8b536957845c9dd Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 18 Apr 2015 15:50:18 -0500 Subject: change the UI server-sorting fields to be GPP-compatible --- src/ui/ui_public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/ui_public.h') 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; -- cgit