mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 15:40:34 +00:00
some more GTA_VERSIONs and CGame tidy-up (not much actual memory moving yet)
This commit is contained in:
parent
b8bc54640d
commit
83bbb631d1
8 changed files with 209 additions and 12 deletions
|
@ -82,3 +82,14 @@ CAnimBlendHierarchy::RemoveUncompressedData(void)
|
|||
#endif
|
||||
compressed = 1;
|
||||
}
|
||||
|
||||
#ifdef USE_CUSTOM_ALLOCATOR
|
||||
void
|
||||
CAnimBlendHierarchy::MoveMemory(bool onlyone)
|
||||
{
|
||||
int i;
|
||||
for(i = 0; i < numSequences; i++)
|
||||
if(sequences[i].MoveMemory() && onlyone)
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue