- add the default spotlight apertures in FMapThing

This commit is contained in:
Jonathan Russell 2018-01-04 23:31:10 +00:00
parent e754fe04ef
commit 67e3106254

View file

@ -371,8 +371,8 @@ struct FMapThing
int16_t roll;
uint32_t RenderStyle;
int FloatbobPhase;
double SpotInnerAngle;
double SpotOuterAngle;
double SpotInnerAngle = 10;
double SpotOuterAngle = 25;
};