fix(tlsContext): gta build 3179 (#169)

This commit is contained in:
Quentin 2024-04-16 16:43:30 +02:00 committed by GitHub
parent 052dbff3be
commit b13929ce04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,9 +21,9 @@ namespace rage
uint32_t m_console_smth; // 0xD0 uint32_t m_console_smth; // 0xD0
char gapD4[188]; char gapD4[188];
uint64_t m_unk; // 0x190 uint64_t m_unk; // 0x190
char gap198[1712]; char gap198[1728];
rage::scrThread *m_script_thread; // 0x848 rage::scrThread* m_script_thread; // 0x858
bool m_is_script_thread_active; // 0x850 bool m_is_script_thread_active; // 0x860
#if _WIN32 #if _WIN32
static tlsContext* get() static tlsContext* get()
@ -33,6 +33,6 @@ namespace rage
} }
#endif #endif
}; };
static_assert(sizeof(tlsContext) == 0x851); static_assert(sizeof(tlsContext) == 0x861);
#pragma pack(pop) #pragma pack(pop)
} }