From 2b642e8fff6d3514ba222d9d401f29fe630f84c6 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 16 May 2007 17:11:35 +0000 Subject: [PATCH] fix some unused variables git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7292 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_brush.c b/model_brush.c index ae1e1b97..1f0eff61 100644 --- a/model_brush.c +++ b/model_brush.c @@ -5579,7 +5579,7 @@ static void Mod_Q3BSP_LoadPVS(lump_t *l) static void Mod_Q3BSP_LightPoint(model_t *model, const vec3_t p, vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal) { int i, j, k, index[3]; - float transformed[3], blend1, blend2, blend, yaw, pitch, sinpitch, stylescale; + float transformed[3], blend1, blend2, blend, stylescale; q3dlightgrid_t *a, *s; // scale lighting by lightstyle[0] so that darkmode in dpmod works properly -- 2.39.2