Match Master_SetSortField decl with its implementation.

Second parameter is a bit field, not a boolean.
This commit is contained in:
Daniel Svensson 2023-12-22 10:43:03 +01:00
parent a4cc899989
commit c95a739208
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ float Master_ReadKeyFloat(serverinfo_t *server, unsigned int keynum);
char *Master_ReadKeyString(serverinfo_t *server, unsigned int keynum);
int Master_SortServers(void);
void Master_SetSortField(hostcachekey_t field, qboolean descending);
void Master_SetSortField(hostcachekey_t field, unsigned int sortflags);
hostcachekey_t Master_GetSortField(void);
qboolean Master_GetSortDescending(void);