diff --git a/include/namespace_Coll.h b/include/namespace_Coll.h index e64217074..2378ce458 100644 --- a/include/namespace_Coll.h +++ b/include/namespace_Coll.h @@ -132,7 +132,11 @@ struct ScratchpadStruct struct { // 0x4c - short hitPos[4]; + short hitPos[3]; + + // 0x52 + // which way does normal point + int BspSearchVertexFlags; // 0x54 short normalVec[4]; @@ -149,7 +153,11 @@ struct ScratchpadStruct struct { // 0x68 - short hitPos[4]; + short hitPos[3]; + + // 0x6e + // which way does normal point + int BspSearchVertexFlags; // 0x70 short normalVec[4];