mirror of
https://github.com/halpz/re3.git
synced 2025-07-14 10:18:10 +00:00
Weapon layer in Peds
This commit is contained in:
@ -44,7 +44,7 @@ CAnimBlendAssocGroup::DestroyAssociations(void)
|
||||
CAnimBlendAssociation*
|
||||
CAnimBlendAssocGroup::GetAnimation(uint32 id)
|
||||
{
|
||||
return &assocList[id];
|
||||
return &assocList[id - firstAnimId];
|
||||
}
|
||||
|
||||
CAnimBlendAssociation*
|
||||
|
Reference in New Issue
Block a user