From a8ecdd44a612749a913b4356f9f60aeb6a6506a4 Mon Sep 17 00:00:00 2001 From: Marvin D <41352111+IcePixelx@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:56:55 +0100 Subject: [PATCH] RPakAssetBinding_t new member names. --- r5dev/rtech/rtech_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/rtech/rtech_utils.h b/r5dev/rtech/rtech_utils.h index be1e4720..01be022d 100644 --- a/r5dev/rtech/rtech_utils.h +++ b/r5dev/rtech/rtech_utils.h @@ -101,10 +101,10 @@ struct RPakAssetBinding_t void* m_pLoadAssetFunction; void* m_pUnloadAssetFunction; void* m_pReplaceAssetFunction; - void* m_pUnknownAssetFunction; // [ PIXIE ]: Also a function pointer just sometimes it's set to CStdMemAlloc and sometimes it handles some data. + void* m_pAllocAssetFunctions; int m_iSubHeaderSize; int m_iNativeClassSize; // Native class size, for 'material' it would be CMaterialGlue full size. - uint32_t unk2; + uint32_t m_HeaderAlignment; int unk3; // [ PIXIE ]: Should be the full size across Season 0-3. };