fix some OOB enumerator usages
(should be no-op with usual compiler workings)
This commit is contained in:
parent
9e9d6fa52c
commit
120e296a74
5 changed files with 18 additions and 18 deletions
|
@ -118,7 +118,7 @@ static void UI_StartServerRefresh(qboolean full);
|
|||
static void UI_StopServerRefresh( void );
|
||||
static void UI_DoServerRefresh( void );
|
||||
static void UI_FeederSelection(float feederID, int index);
|
||||
static void UI_BuildServerDisplayList(qboolean force);
|
||||
static void UI_BuildServerDisplayList(int force);
|
||||
static void UI_BuildServerStatus(qboolean force);
|
||||
static void UI_BuildFindPlayerList(qboolean force);
|
||||
static int QDECL UI_ServersQsortCompare( const void *arg1, const void *arg2 );
|
||||
|
@ -3762,7 +3762,7 @@ static void UI_BinaryServerInsertion(int num) {
|
|||
UI_BuildServerDisplayList
|
||||
==================
|
||||
*/
|
||||
static void UI_BuildServerDisplayList(qboolean force) {
|
||||
static void UI_BuildServerDisplayList(int force) {
|
||||
int i, count, clients, maxClients, ping, game, len, visible;
|
||||
char info[MAX_STRING_CHARS];
|
||||
// qboolean startRefresh = qtrue; TTimo: unused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue