mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 04:05:40 +00:00
fixed autobuild
This commit is contained in:
parent
fa132bb773
commit
a45675d4db
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ float &CReplay::LoadSceneY = *(float*)0x880F98;
|
|||
float &CReplay::LoadSceneZ = *(float*)0x880F94;
|
||||
|
||||
#if 1
|
||||
static void(*(&CBArray)[30])(CAnimBlendAssociation*, void*) = *(void(*(*)[30])(CAnimBlendAssociation*, void*))0x61052C;
|
||||
static void(*(&CBArray)[30])(CAnimBlendAssociation*, void*) = *(void(*(*)[30])(CAnimBlendAssociation*, void*))*(uintptr*)0x61052C;
|
||||
#else
|
||||
static void(*CBArray[])(CAnimBlendAssociation*, void*) =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue