X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Flight.c;h=9a50d825b3ab15604e3ec8d8256fa54e8296ae3f;hb=889347e958d7c7c99d50021661d7af39bcb19849;hp=79ebf77fe4ea11d62933455e0a5da3549db84edb;hpb=2f675b648f9b4d2fe3d2ebeeea9234fd2cb1fcec;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index 79ebf77f..9a50d825 100644 --- a/tools/quake3/q3map2/light.c +++ b/tools/quake3/q3map2/light.c @@ -403,6 +403,7 @@ void CreateEntityLights( void ) intensity = intensity * pointScale; light->photons = intensity; + light->type = EMIT_POINT; /* set falloff threshold */