From b2429e478a483736f97052841478912c20051c3e Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 22 Jun 2009 06:38:38 +0000 Subject: [PATCH] I'm too lazy. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3228 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/r_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/sw/r_main.c b/engine/sw/r_main.c index 7bd538e55..01d2c4612 100644 --- a/engine/sw/r_main.c +++ b/engine/sw/r_main.c @@ -618,12 +618,12 @@ void SWR_MarkLeaves (void) return; } - vis = CM_ClusterPVS (cl.worldmodel, r_viewcluster, NULL); + vis = CM_ClusterPVS (cl.worldmodel, r_viewcluster, NULL, 0); // may have to combine two clusters because of solid water boundaries if (r_viewcluster2 != r_viewcluster) { memcpy (fatvis, vis, (cl.worldmodel->numleafs+7)/8); - vis = CM_ClusterPVS (cl.worldmodel, r_viewcluster2, NULL);//, cl.worldmodel); + vis = CM_ClusterPVS (cl.worldmodel, r_viewcluster2, NULL, 0);//, cl.worldmodel); c = (cl.worldmodel->numleafs+31)/32; for (i=0 ; i