From 21b45fc0eb1f1e31800a2655d83a16d79e05a29a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 12 Apr 2016 22:42:02 +0200 Subject: [PATCH] - fixed: distancecheck as a class property needs to be copied manually to subclasses. --- src/info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/info.cpp b/src/info.cpp index e997d9717f..49f139ebe4 100644 --- a/src/info.cpp +++ b/src/info.cpp @@ -296,6 +296,7 @@ void PClassActor::DeriveData(PClass *newclass) newa->BloodType = BloodType; newa->BloodType2 = BloodType2; newa->BloodType3 = BloodType3; + newa->distancecheck = distancecheck; newa->DropItems = DropItems;