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

Undo broken/bad changes #4492

Merged
merged 1 commit into from
Aug 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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);
};
};