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 654cda4e..def61dc3 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -698,6 +698,7 @@ typedef struct serverStatus_s { int numServers; int sortKey; int sortDir; + qboolean sorted; int lastCount; qboolean refreshActive; int currentServer; |