Fix R_ClipLineToLight signature

This commit is contained in:
dhewg 2011-12-08 01:03:44 +01:00
parent bdb21d20c8
commit d0198cc8b6

View file

@ -536,7 +536,7 @@ If one point is clearly clipped by the plane and the
other point is on the plane, it will be completely removed.
===================
*/
static bool R_ClipLineToLight( const idVec3 &a, const idVec3 &b, const idPlane frustum[4],
static bool R_ClipLineToLight( const idVec3 &a, const idVec3 &b, const idPlane frustum[6],
idVec3 &p1, idVec3 &p2 ) {
float *clip;
int j;