- removed some redundant initializations from PClassActor constructor.

- Removed GibHealth function and integrated it into AActor::GetGibHealth.


SVN r2245 (scripting)
This commit is contained in:
Christoph Oelckers 2010-03-26 08:53:16 +00:00
commit e553f9a34f
3 changed files with 4 additions and 11 deletions

View file

@ -176,8 +176,6 @@ PClassActor::PClassActor()
DamageFactors = NULL;
PainChances = NULL;
Obituary = Obituary;
HitObituary = HitObituary;
DeathHeight = -1;
BurnHeight = -1;
GibHealth = INT_MIN;