- removed some redundant initializations from PClassActor constructor.
- Removed GibHealth function and integrated it into AActor::GetGibHealth. SVN r2245 (scripting)
This commit is contained in:
parent
61d75b7cae
commit
e553f9a34f
3 changed files with 4 additions and 11 deletions
|
|
@ -176,8 +176,6 @@ PClassActor::PClassActor()
|
|||
DamageFactors = NULL;
|
||||
PainChances = NULL;
|
||||
|
||||
Obituary = Obituary;
|
||||
HitObituary = HitObituary;
|
||||
DeathHeight = -1;
|
||||
BurnHeight = -1;
|
||||
GibHealth = INT_MIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue