mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
Fixed m_root not resolving to netSyncTree. (#139)
This commit is contained in:
parent
578e1cbd4b
commit
7c94b4ee69
@ -5,6 +5,7 @@
|
|||||||
namespace rage
|
namespace rage
|
||||||
{
|
{
|
||||||
class datBitBuffer;
|
class datBitBuffer;
|
||||||
|
class netSyncTree;
|
||||||
|
|
||||||
#pragma pack(push, 8)
|
#pragma pack(push, 8)
|
||||||
class netSyncNodeBase
|
class netSyncNodeBase
|
||||||
@ -23,7 +24,7 @@ namespace rage
|
|||||||
|
|
||||||
netSyncNodeBase* m_next_sibling; //0x0008
|
netSyncNodeBase* m_next_sibling; //0x0008
|
||||||
netSyncNodeBase* m_prev_sibling; //0x0010
|
netSyncNodeBase* m_prev_sibling; //0x0010
|
||||||
netSyncNodeBase* m_root; //0x0018
|
netSyncTree* m_root; //0x0018
|
||||||
netSyncNodeBase* m_parent; //0x0020
|
netSyncNodeBase* m_parent; //0x0020
|
||||||
|
|
||||||
uint32_t m_flags1; //0x0028
|
uint32_t m_flags1; //0x0028
|
||||||
|
Loading…
Reference in New Issue
Block a user