From: havoc Date: Sat, 18 Mar 2006 05:20:17 +0000 (+0000) Subject: one more correction X-Git-Tag: xonotic-v0.1.0preview~4184 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6b53a10f8ff9cd5b95d0f7b395e94eea8ade7236;p=xonotic%2Fdarkplaces.git one more correction git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6135 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rmain.c b/gl_rmain.c index 284a2759..19ae0bd5 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -2562,7 +2562,7 @@ static void RSurf_DrawLightmap(const entity_render_t *ent, const texture_t *text if (lightmode >= 2) { // model lighting - vec4_t ambientcolor; + vec3_t ambientcolor; vec3_t diffusecolor; vec3_t lightdir; VectorCopy(ent->modellight_lightdir, lightdir);