Skip to content

Commit

Permalink
fix(tlsContext): gta build 3179 (Yimura#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 authored Apr 16, 2024
1 parent 63d06ef commit a156227
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/tlsContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ namespace rage
uint32_t m_console_smth; // 0xD0
char gapD4[188];
uint64_t m_unk; // 0x190
char gap198[1712];
rage::scrThread *m_script_thread; // 0x848
bool m_is_script_thread_active; // 0x850
char gap198[1728];
rage::scrThread* m_script_thread; // 0x858
bool m_is_script_thread_active; // 0x860

#if _WIN32
static tlsContext* get()
Expand All @@ -33,6 +33,6 @@ namespace rage
}
#endif
};
static_assert(sizeof(tlsContext) == 0x851);
static_assert(sizeof(tlsContext) == 0x861);
#pragma pack(pop)
}

0 comments on commit a156227

Please sign in to comment.