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:
parent
4db8b46c4b
commit
da3ac7e993
1 changed files with 2 additions and 2 deletions
|
@ -3144,13 +3144,13 @@ qbyte *SV_Snapshot_SetupPVS(client_t *client, qbyte *pvs, unsigned int pvsbufsiz
|
||||||
{
|
{
|
||||||
vec3_t org;
|
vec3_t org;
|
||||||
int leavepvs = false;
|
int leavepvs = false;
|
||||||
|
/*
|
||||||
if (r_novis.ival)
|
if (r_novis.ival)
|
||||||
{
|
{
|
||||||
memset(pvs, 0xff, (sv.world.worldmodel->numleafs+31)>>3);
|
memset(pvs, 0xff, (sv.world.worldmodel->numleafs+31)>>3);
|
||||||
return pvs;
|
return pvs;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
for (; client; client = client->controlled)
|
for (; client; client = client->controlled)
|
||||||
{
|
{
|
||||||
if (client->viewent)
|
if (client->viewent)
|
||||||
|
|
Loading…
Reference in a new issue