mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-23 01:50:41 +00:00
IOQ3 commit 1948
This commit is contained in:
parent
cc17778f5a
commit
11af9d3237
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ qboolean NET_CompareBaseAdrMask(netadr_t a, netadr_t b, int netmask)
|
|||
if(curbyte && memcmp(addra, addrb, curbyte))
|
||||
return qfalse;
|
||||
|
||||
netmask &= ~0x07;
|
||||
netmask &= 0x07;
|
||||
if(netmask)
|
||||
{
|
||||
cmpmask = (1 << netmask) - 1;
|
||||
|
|
Loading…
Reference in a new issue