diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 13:15:37 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:37 +0000 |
commit | 7199e8ddded777709df090973cab53c040592b72 (patch) | |
tree | 309ae026f25034903d1e09d37f01fca2f13ecc36 /src/ui/ui_local.h | |
parent | 39a04df7a0477708c11dae6e45e99c6da33e20d7 (diff) |
* Featured server system
- The new master server sends some server records with an additional
flag for the client to mark them as featured - they will then appear
in a separate list.
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index 48eea7db..938f1e23 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -102,6 +102,7 @@ typedef struct serverStatus_s int currentServer; int displayServers[MAX_DISPLAY_SERVERS]; int numDisplayServers; + int numFeaturedServers; int numPlayersOnServers; int nextDisplayRefresh; int nextSortTime; |