Skip to content

Commit

Permalink
Update ChangeAccessorFieldPathIndex_t (#262)
Browse files Browse the repository at this point in the history
After 8/8/2024 CS2 update
  • Loading branch information
Pisex committed Aug 9, 2024
1 parent c57d5ab commit 29244ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/entity2/entityidentity.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class CEntityInstance;
struct ChangeAccessorFieldPathIndex_t
{
ChangeAccessorFieldPathIndex_t() { m_Value = -1; }
ChangeAccessorFieldPathIndex_t( int16 value ) { m_Value = value; }
ChangeAccessorFieldPathIndex_t( int32 value ) { m_Value = value; }

int16 m_Value;
int32 m_Value;
};

typedef uint32 SpawnGroupHandle_t;
Expand Down

0 comments on commit 29244ab

Please sign in to comment.