- fixed validcount.

This commit is contained in:
Christoph Oelckers 2018-11-06 01:01:33 +01:00
parent 87973ff504
commit df52a71475

View file

@ -707,6 +707,7 @@ void ADynamicLight::LinkLight()
FSection *sect = R_PointInSubsector(Pos())->section;
dl_validcount++;
validcount++;
CollectWithinRadius(Pos(), sect, float(radius*radius));
}