# Conflicts:
#	src/doomdata.h
#	src/namedef.h
#	src/p_udmf.cpp
This commit is contained in:
Christoph Oelckers 2018-01-20 19:07:54 +01:00
commit dbf0a68b02
13 changed files with 358 additions and 15 deletions

View file

@ -372,6 +372,8 @@ struct FMapThing
uint32_t RenderStyle;
int FloatbobPhase;
int friendlyseeblocks;
double SpotInnerAngle = 10;
double SpotOuterAngle = 25;
};