]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
light only the front faces, cuts down on noticable visdata anomolies
[xonotic/darkplaces.git] / gl_rmain.c
index e880dbd5dfcef5e92b96301a7d0c340540a39778..94cf4e36b94a8056e34c5eb404a8ee80f4da0717 100644 (file)
@@ -63,7 +63,7 @@ mleaf_t               *r_viewleaf, *r_oldviewleaf;
 
 texture_t      *r_notexture_mip;
 
-int            d_lightstylevalue[256]; // 8.8 fraction of base light value
+unsigned short d_lightstylevalue[256]; // 8.8 fraction of base light value
 
 
 void R_MarkLeaves (void);