- 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

@ -1831,6 +1831,7 @@ void P_LoadThings2 (MapData * map)
mti[i].Alpha = -1;
mti[i].Health = 1;
mti[i].FloatbobPhase = -1;
mti[i].friendlyseeblocks = 10;
}
delete[] mtp;
}