- added selfdamagefactor actor property.

This commit is contained in:
Christoph Oelckers 2017-02-27 11:22:51 +01:00
commit f9f9f2d5fc
5 changed files with 19 additions and 0 deletions

View file

@ -321,6 +321,7 @@ DEFINE_FIELD(PClassActor, GibHealth)
DEFINE_FIELD(PClassActor, WoundHealth)
DEFINE_FIELD(PClassActor, FastSpeed)
DEFINE_FIELD(PClassActor, RDFactor)
DEFINE_FIELD(PClassActor, SelfDamageFactor)
DEFINE_FIELD(PClassActor, CameraHeight)
DEFINE_FIELD(PClassActor, HowlSound)
DEFINE_FIELD(PClassActor, BloodType)