Skip to content

Commit

Permalink
fix sig for IS_MODEL_HELI
Browse files Browse the repository at this point in the history
  • Loading branch information
LWSS committed Jul 27, 2023
1 parent 85a5ce5 commit 2951179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/components/gta-net-five/src/netSyncTree.cpp
Expand Up @@ -8,7 +8,8 @@

static hook::cdecl_stub<bool(uint32_t hash)> IS_THIS_MODEL_A_HELI_internal([]()
{
return hook::get_pattern("83 B9 ? ? ? ? 06 0F B6", -0x2E);
// [1604] - 140D13BB8
return hook::get_pattern("83 B9 ? ? ? ? 08 0F B6", -0x2E);
});

static hook::cdecl_stub<rage::netSyncTree*(void*, int)> getSyncTreeForType([]()
Expand Down

0 comments on commit 2951179

Please sign in to comment.