mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
efce248a98
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ void PClassActor::DeriveData(PClass *newclass)
|
||||||
newa->BloodType = BloodType;
|
newa->BloodType = BloodType;
|
||||||
newa->BloodType2 = BloodType2;
|
newa->BloodType2 = BloodType2;
|
||||||
newa->BloodType3 = BloodType3;
|
newa->BloodType3 = BloodType3;
|
||||||
|
newa->distancecheck = distancecheck;
|
||||||
|
|
||||||
newa->DropItems = DropItems;
|
newa->DropItems = DropItems;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue