diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 3e34e64a5e..4fc624d609 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -162,6 +162,7 @@ namespace Nif { "NiCollisionObject", &construct }, { "bhkCollisionObject", &construct }, { "bhkSPCollisionObject", &construct }, + { "bhkPCollisionObject", &construct }, { "BSDismemberSkinInstance", &construct }, { "NiControllerManager", &construct }, { "bhkMoppBvTreeShape", &construct },