Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Undo broken/bad changes (#4492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intoprelised authored Aug 29, 2021
1 parent 7930677 commit d595804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDK/CEntity.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class C_Entity {
public:
uintptr_t *ptrToPtrToEntList; //0x0008
private:
char pad_0010[0x138]; //0x0010
char pad_0010[0x130]; //0x0010
public:
union {
struct {
Expand All @@ -52,7 +52,7 @@ class C_Entity {
};

private:
char pad_0100[0x8]; //0x0130
char pad_0100[0x10]; //0x0130
public:
vec3_t eyePos0; //0x0140
private:
Expand Down Expand Up @@ -899,4 +899,4 @@ class C_LocalPlayer : public C_Player {
}
void applyTurnDelta(vec2_t *viewAngleDelta);
void setGameModeType(int gma);
};
};

0 comments on commit d595804

Please sign in to comment.