mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
OMGWHATISTHISSHITIDONTEVENKNOW
This commit is contained in:
parent
4dc750aedb
commit
91d1a6aab4
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ static void SV_AddEntitiesVisibleFromPoint( vec3_t origin, clientSnapshot_t *fra
|
|||
// entities can be flagged to be sent to a given mask of clients
|
||||
if ( ent->r.svFlags & SVF_CLIENTMASK ) {
|
||||
if (frame->ps.clientNum >= 32)
|
||||
Com_Error( ERR_DROP, "SVF_CLIENTMASK: cientNum > 32\n" );
|
||||
Com_Error( ERR_DROP, "SVF_CLIENTMASK: cientNum >= 32\n" );
|
||||
if (~ent->r.singleClient & (1 << frame->ps.clientNum))
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue