diff options
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; |