diff --git a/CHANGES b/CHANGES index df7bdaf1..fcdd5b51 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +26/04/2007 +- Fixed q3map2 lightbounce bug (by Unknown) + 26/04/2007 - Fixed another texcompression bug diff --git a/tools/quake3/q3map2/light_bounce.c b/tools/quake3/q3map2/light_bounce.c index 3ab219d8..8d2e4c1e 100644 --- a/tools/quake3/q3map2/light_bounce.c +++ b/tools/quake3/q3map2/light_bounce.c @@ -510,7 +510,7 @@ static void RadSubdivideDiffuseLight( int lightmapNum, bspDrawSurface_t *ds, raw break; case MST_TRIANGLE_SOUP: - numTriangleDiffuseLights; + numTriangleDiffuseLights++; break; case MST_PATCH: @@ -953,3 +953,4 @@ void RadCreateDiffuseLights( void ) +