- expose a monster's 'friendlyseeblocks' to UDMF

This commit is contained in:
Rachael Alexanderson 2018-01-09 15:30:45 -05:00
commit 9c189e5d4b
5 changed files with 9 additions and 0 deletions

View file

@ -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))