mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename fields
These are vtable pointers.
This commit is contained in:
parent
d7448be952
commit
7e3f812a97
@ -26,7 +26,7 @@ public:
|
|||||||
float GetModelScale() const { return m_flModelScale; }
|
float GetModelScale() const { return m_flModelScale; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
char gap_b04[8]; // Aligns properly in IDA and generated code after setting from 12 to 8.
|
void* __vftable;
|
||||||
bool m_markedForServerInterpolation;
|
bool m_markedForServerInterpolation;
|
||||||
bool m_animRemoveFromServerInterpolationNextFrame;
|
bool m_animRemoveFromServerInterpolationNextFrame;
|
||||||
char gap_b12[2];
|
char gap_b12[2];
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
class CBaseAnimatingOverlay : public CBaseAnimating
|
class CBaseAnimatingOverlay : public CBaseAnimating
|
||||||
{
|
{
|
||||||
char gap_11E4[8]; // Redundant???
|
void* __vftable;
|
||||||
int m_maxOverlays;
|
int m_maxOverlays;
|
||||||
char gap_11f4[4];
|
char gap_11f4[4];
|
||||||
CAnimationLayer m_AnimOverlay;
|
CAnimationLayer m_AnimOverlay;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user