mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-17 16:01:34 +00:00
parent
aea94b32cb
commit
e38811ef94
1 changed files with 1 additions and 1 deletions
|
@ -2174,7 +2174,7 @@ void UTIL_SetClientVisibilityPVS( edict_t *pClient, const unsigned char *pvs, in
|
|||
int remainder = pvssize % 4;
|
||||
for ( i = 0; i < remainder; i++ )
|
||||
{
|
||||
((unsigned char *)&pTo[limit])[i] = ((unsigned char *)&pFrom[limit])[i] & !((unsigned char *)&pMask[limit])[i];
|
||||
((unsigned char *)&pTo[limit])[i] = ((unsigned char *)&pFrom[limit])[i] & ~((unsigned char *)&pMask[limit])[i];
|
||||
|
||||
if ( ((unsigned char *)&pFrom[limit])[i] != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue