- fixed: distancecheck as a class property needs to be copied manually to subclasses.

This commit is contained in:
Christoph Oelckers 2016-04-12 22:42:02 +02:00
parent 3f0ed5d252
commit 21b45fc0eb
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ void PClassActor::DeriveData(PClass *newclass)
newa->BloodType = BloodType;
newa->BloodType2 = BloodType2;
newa->BloodType3 = BloodType3;
newa->distancecheck = distancecheck;
newa->DropItems = DropItems;