mirror of
https://github.com/halpz/re3.git
synced 2025-10-05 10:05:28 +00:00
Fix 3 bugs
* Footsteps doesn't play while sprinting * Player doesn't kick ped in ground at first time * Looking around with numpad is problematic Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ CAnimBlendAssociation*
|
||||
RpAnimBlendGetNextAssociation(CAnimBlendAssociation *assoc)
|
||||
{
|
||||
if(assoc->link.next)
|
||||
CAnimBlendAssociation::FromLink(assoc->link.next);
|
||||
return CAnimBlendAssociation::FromLink(assoc->link.next);
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user