mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 17:41:11 +00:00
IOQ3 commit 2257
This commit is contained in:
parent
da9f8c8dc0
commit
4d091770eb
1 changed files with 1 additions and 1 deletions
|
@ -1672,7 +1672,7 @@ void NET_Sleep(int msec)
|
|||
{
|
||||
FD_SET(ip6_socket, &fdr);
|
||||
|
||||
if(ip6_socket > highestfd)
|
||||
if((int)ip6_socket > highestfd)
|
||||
highestfd = ip6_socket;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue