- refactored a few more native meta properties.

This commit is contained in:
Christoph Oelckers 2017-02-28 12:47:44 +01:00
commit 2a4a5e7a70
9 changed files with 44 additions and 46 deletions

View file

@ -255,10 +255,6 @@ PClassActor::PClassActor()
BurnHeight = -1;
GibHealth = INT_MIN;
WoundHealth = 6;
FastSpeed = -1.;
RDFactor = 1.;
SelfDamageFactor = 1.;
StealthAlpha = 0.;
DropItems = NULL;
// Record this in the master list.
@ -311,10 +307,6 @@ void PClassActor::DeriveData(PClass *newclass)
newa->BloodColor = BloodColor;
newa->GibHealth = GibHealth;
newa->WoundHealth = WoundHealth;
newa->FastSpeed = FastSpeed;
newa->RDFactor = RDFactor;
newa->SelfDamageFactor = SelfDamageFactor;
newa->StealthAlpha = StealthAlpha;
newa->HowlSound = HowlSound;
newa->distancecheck = distancecheck;