Skip to content

Commit

Permalink
* fix(netsync): update CPlayerAppearanceDataNode (Yimura#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
maybegreat48 authored Dec 13, 2023
1 parent d00d310 commit 4200a16
Showing 1 changed file with 2 additions and 2 deletions.
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)

0 comments on commit 4200a16

Please sign in to comment.