Merge commit '67e3106254'
# Conflicts: # src/doomdata.h # src/namedef.h # src/p_udmf.cpp
This commit is contained in:
commit
dbf0a68b02
13 changed files with 358 additions and 15 deletions
|
|
@ -799,6 +799,14 @@ public:
|
|||
th->Scale.X = th->Scale.Y = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_SpotInnerAngle:
|
||||
th->SpotInnerAngle = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_SpotOuterAngle:
|
||||
th->SpotOuterAngle = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_FriendlySeeBlocks:
|
||||
CHECK_N(Zd | Zdt)
|
||||
th->friendlyseeblocks = CheckInt(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue