diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index 2d5a81df..99a5a47b 100644 --- a/tools/quake3/q3map2/light.c +++ b/tools/quake3/q3map2/light.c @@ -2258,6 +2258,8 @@ int LightMain( int argc, char **argv ) { if(*argv[i+1] == '+') lightSamplesInsist = qtrue; + else + lightSamplesInsist = qfalse; lightSamples = atoi( argv[ i + 1 ] ); if( lightSamples < 1 ) lightSamples = 1;