From: Rudolf Polzer Date: Wed, 22 Sep 2010 06:28:00 +0000 (+0200) Subject: fix compile error X-Git-Tag: xonotic-v0.5.0~215 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=382e2da9a032c4b7cda4de9d3aa5043794118a88;p=xonotic%2Fnetradiant.git fix compile error --- diff --git a/tools/quake3/q3map2/light_ydnar.c b/tools/quake3/q3map2/light_ydnar.c index c1bab3df..dc4c692f 100644 --- a/tools/quake3/q3map2/light_ydnar.c +++ b/tools/quake3/q3map2/light_ydnar.c @@ -1817,7 +1817,7 @@ static void SubsampleRawLuxel_r( rawLightmap_t *lm, trace_t *trace, vec3_t sampl /* sample light */ LightContributionToSample( trace ); - if(trace.forceSubsampling) + if(trace->forceSubsampling) { /* alphashadow: we subsample as deep as we can */ ++lighted;