mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: distancecheck as a class property needs to be copied manually to subclasses.
This commit is contained in:
parent
3f0ed5d252
commit
21b45fc0eb
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ void PClassActor::DeriveData(PClass *newclass)
|
|||
newa->BloodType = BloodType;
|
||||
newa->BloodType2 = BloodType2;
|
||||
newa->BloodType3 = BloodType3;
|
||||
newa->distancecheck = distancecheck;
|
||||
|
||||
newa->DropItems = DropItems;
|
||||
|
||||
|
|
Loading…
Reference in a new issue