1
0
Fork 0
forked from fte/fteqw

not sure what to do with this. oh well.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4051 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2012-05-14 01:46:13 +00:00
parent 4db8b46c4b
commit da3ac7e993

View file

@ -3144,13 +3144,13 @@ qbyte *SV_Snapshot_SetupPVS(client_t *client, qbyte *pvs, unsigned int pvsbufsiz
{
vec3_t org;
int leavepvs = false;
/*
if (r_novis.ival)
{
memset(pvs, 0xff, (sv.world.worldmodel->numleafs+31)>>3);
return pvs;
}
*/
for (; client; client = client->controlled)
{
if (client->viewent)