- reworked the obituary system to use scripted virtual overrides. Let's hope this solves the problems with the original code, now that any actor needing special treatment can override it.

This commit is contained in:
Christoph Oelckers 2017-02-28 14:30:14 +01:00
commit fc125f7eaf
8 changed files with 73 additions and 99 deletions

View file

@ -317,8 +317,6 @@ DEFINE_FIELD(AActor, SelfDamageFactor)
DEFINE_FIELD(AActor, StealthAlpha)
DEFINE_FIELD(AActor, WoundHealth)
DEFINE_FIELD(PClassActor, Obituary)
DEFINE_FIELD(PClassActor, HitObituary)
//DEFINE_FIELD(PClassActor, BloodColor)
//==========================================================================