Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CPlayerAppearanceDataNode #149

Merged
merged 4 commits into from
Dec 13, 2023
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
4 changes: 2 additions & 2 deletions netsync/nodes/player/CPlayerAppearanceDataNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class CPlayerAppearanceDataNode : CSyncDataNodeInfrequent
{
public:
uint32_t unk_0xC0[56]; //0xC0
uint32_t unk_0xC0[60]; //0xC0
class CPedComponents components; //0x1A0
char pad_0x268[8]; //0x268
uint32_t unk_0x270[6]; //0x270
Expand Down Expand Up @@ -89,5 +89,5 @@ class CPlayerAppearanceDataNode : CSyncDataNodeInfrequent
uint32_t unk_0x452; //0x452
uint32_t unk_0x456; //0x456
};
static_assert(sizeof(CPlayerAppearanceDataNode) == 0x45C);
static_assert(sizeof(CPlayerAppearanceDataNode) == 0x46C);
#pragma pack(pop)