mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
CBaseAnimating: move trailing padding
Move trailing padding from 'CBaseAnimating' to start of 'CBaseAnimatingOverlay' (VFTable).
This commit is contained in:
parent
c9fa7f7767
commit
649e6cb63c
@ -133,7 +133,6 @@ protected:
|
||||
char gap_119c[4];
|
||||
__int64 m_AnimSyncScriptProps[8];
|
||||
int m_numAnimSyncScriptProps;
|
||||
char gap_11E4[12]; // TODO: this might belong to CBaseAnimatingOverlay!
|
||||
};
|
||||
|
||||
inline CMemory p_CBaseAnimating__LockStudioHdr;
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
class CBaseAnimatingOverlay : public CBaseAnimating
|
||||
{
|
||||
char gap_11E4[8];
|
||||
int m_maxOverlays;
|
||||
char gap_11f4[4];
|
||||
CAnimationLayer m_AnimOverlay;
|
||||
|
Loading…
x
Reference in New Issue
Block a user