diff options
Diffstat (limited to 'src/sv_local.h')
-rw-r--r-- | src/sv_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sv_local.h b/src/sv_local.h index fbcd040..f52dfee 100644 --- a/src/sv_local.h +++ b/src/sv_local.h @@ -655,7 +655,6 @@ void SV_BuildProxyClientFrame(client_t *client); void SV_BuildClientFrame(client_t *client); void SV_WriteFrameToClient_Default(client_t *client); void SV_WriteFrameToClient_Enhanced(client_t *client); -qboolean SV_EdictPV(cm_t *cm, edict_t *ent, byte *mask); // // sv_game.c @@ -705,6 +704,8 @@ int SV_AreaEdicts(vec3_t mins, vec3_t maxs, edict_t **list, int maxcount, int ar // returns the number of pointers filled in // ??? does this always return the world? +qboolean SV_EdictIsVisible(cm_t *cm, edict_t *ent, byte *mask); + //=================================================================== // |