diff --git a/components/nif/physics.hpp b/components/nif/physics.hpp index d9656510c3..cdfb3cc1fb 100644 --- a/components/nif/physics.hpp +++ b/components/nif/physics.hpp @@ -553,7 +553,7 @@ namespace Nif struct bhkConvexSweepShape : bhkShape { - bhkConvexShape mShape; + bhkConvexShapePtr mShape; HavokMaterial mMaterial; float mRadius; diff --git a/components/nif/recordptr.hpp b/components/nif/recordptr.hpp index b2168d9f1f..50d16d5eac 100644 --- a/components/nif/recordptr.hpp +++ b/components/nif/recordptr.hpp @@ -147,6 +147,7 @@ namespace Nif struct bhkShape; struct bhkSerializable; struct bhkEntity; + struct bhkConvexShape; struct hkPackedNiTriStripsData; struct NiAccumulator; struct NiInterpolator; @@ -192,6 +193,7 @@ namespace Nif using bhkWorldObjectPtr = RecordPtrT; using bhkShapePtr = RecordPtrT; using bhkEntityPtr = RecordPtrT; + using bhkConvexShapePtr = RecordPtrT; using hkPackedNiTriStripsDataPtr = RecordPtrT; using NiAccumulatorPtr = RecordPtrT; using NiInterpolatorPtr = RecordPtrT;