diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2011-01-22 15:33:51 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:53 +0000 |
commit | dcc1aa0ccfef2ff8d14e96c61102214c5536ae4d (patch) | |
tree | c1435bf696323ea987d5e674c3a71a655eaa5300 /src/ui/ui_public.h | |
parent | b5dbdb31d3b685c1eea1c35d204b371e516d2630 (diff) |
* (bug 3013) Add gametype column to server browser (Rezyn, with thanks to Jackmcbarn, Risujin)
Diffstat (limited to 'src/ui/ui_public.h')
-rw-r--r-- | src/ui/ui_public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_public.h b/src/ui/ui_public.h index f746eb38..edf2742f 100644 --- a/src/ui/ui_public.h +++ b/src/ui/ui_public.h @@ -152,6 +152,7 @@ uiMenuCommand_t; typedef enum { SORT_HOST, + SORT_GAME, SORT_MAP, SORT_CLIENTS, SORT_PING |