Improve CAnimationLayer

Field 'm_animationLayerOwner' is CBaseEntity*.
This commit is contained in:
Kawe Mazidjatari 2023-01-19 01:59:11 +01:00
parent b63765e1dc
commit c0d9d4462b

View File

@ -1,6 +1,7 @@
#ifndef ANIMATION_H
#define ANIMATION_H
#include "mathlib/vector.h"
#include "public/baseentity.h"
class CAnimationLayer
{
@ -15,7 +16,7 @@ class CAnimationLayer
int m_nPriority;
float m_flLastEventCheck;
char gap_24[4];
void* m_animationLayerOwner;
CBaseEntity* m_animationLayerOwner;
};
struct __declspec(align(8)) PredictedAnimEventData