Rename fields

These are vtable pointers.
This commit is contained in:
Kawe Mazidjatari 2023-08-27 00:29:31 +02:00
parent d7448be952
commit 7e3f812a97
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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;