mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 07:24:09 +00:00
pool stuff fix
This commit is contained in:
parent
17a939e38d
commit
406f646949
10 changed files with 19 additions and 19 deletions
|
@ -1291,7 +1291,7 @@ INITSAVEBUF
|
|||
|
||||
for (int32 j = 0; j < 6; j++) {
|
||||
if (pPath->m_pObjects[j] != nil)
|
||||
pPath->m_pObjects[j] = (CObject*)(CPools::GetObjectPool()->GetJustIndex(pPath->m_pObjects[j]) + 1);
|
||||
pPath->m_pObjects[j] = (CObject*)(CPools::GetObjectPool()->GetJustIndex_NoFreeAssert(pPath->m_pObjects[j]) + 1);
|
||||
}
|
||||
|
||||
for (int32 j = 0; j < aArray[i].m_numNodes; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue