This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 4ce600f5ac048b85e4d3dd94db6687de06e15469
Author: SmileTheory <smilethe...@gmail.com>
Date:   Sun Aug 14 22:22:20 2016 -0700

    Missing bit of previous commit.
---
 code/renderergl2/tr_bsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/renderergl2/tr_bsp.c b/code/renderergl2/tr_bsp.c
index 47333b2..6abfd25 100644
--- a/code/renderergl2/tr_bsp.c
+++ b/code/renderergl2/tr_bsp.c
@@ -1083,7 +1083,7 @@ static void ParseFlare( dsurface_t *ds, drawVert_t 
*verts, msurface_t *surf, int
                flare->normal[i] = LittleFloat( ds->lightmapVecs[2][i] );
        }
 
-       surf->cullinfo = CULLINFO_NONE;
+       surf->cullinfo.type = CULLINFO_NONE;
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ioquake3.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to