diff options
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 74a937a8..95aed52b 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -866,7 +866,7 @@ static void UI_BuildServerStatus( qboolean force ) UI_BuildServerDisplayList ================== */ -static void UI_BuildServerDisplayList( qboolean force ) +static void UI_BuildServerDisplayList( int force ) { int i, count, clients, maxClients, ping, len, visible; char info[MAX_STRING_CHARS]; |