mirror of
https://github.com/td512/re3.git
synced 2026-03-09 13:10:27 +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