diff --git a/tools/quake3/q3map2/light.cpp b/tools/quake3/q3map2/light.cpp index 2724a50a..550a1ac2 100644 --- a/tools/quake3/q3map2/light.cpp +++ b/tools/quake3/q3map2/light.cpp @@ -2164,7 +2164,6 @@ int LightMain( Args& args ){ spotScale *= f; areaScale *= f; skyScale *= f; - bounceScale *= f; Sys_Printf( "All light scaled by %f\n", f ); }