mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 14:27:44 +08:00
Fix
This commit is contained in:
parent
31e12261b1
commit
7064995875
@ -1921,7 +1921,7 @@ namespace big
|
||||
"E8 ? ? ? ? 48 89 44 24 ? 48 85 C0 0F 84 ? ? ? ? 0F 28 05",
|
||||
[](memory::handle ptr)
|
||||
{
|
||||
ptr = ptr.rip();
|
||||
ptr = ptr.add(1).rip();
|
||||
g_pointers->m_gta.m_add_skeleton_extension = ptr.as<PVOID>();
|
||||
g_pointers->m_gta.m_skeleton_extension_count = ptr.add(0x2C).rip().as<int*>();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user