- expose a monster's 'friendlyseeblocks' to UDMF
This commit is contained in:
parent
be82f3ef56
commit
9c189e5d4b
5 changed files with 9 additions and 0 deletions
|
|
@ -799,6 +799,11 @@ public:
|
|||
th->Scale.X = th->Scale.Y = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_FriendlySeeBlocks:
|
||||
CHECK_N(Zd | Zdt)
|
||||
th->friendlyseeblocks = CheckInt(key);
|
||||
break;
|
||||
|
||||
default:
|
||||
CHECK_N(Zd | Zdt)
|
||||
if (0 == strnicmp("user_", key.GetChars(), 5))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue