[ioquake3] 24/59: Missing bit of previous commit.

Simon McVittie smcv at debian.org
Wed Sep 21 19:57:01 UTC 2016


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 <SmileTheory at 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



More information about the Pkg-games-commits mailing list