mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 03:14:08 +00:00
SetPedState fixes
This commit is contained in:
parent
0f5893ed60
commit
ab3e258f19
6 changed files with 10 additions and 10 deletions
|
@ -7070,7 +7070,7 @@ CPed::SetEvasiveDive(CPhysical *reason, uint8 onlyRandomJump)
|
|||
ClearLookFlag();
|
||||
ClearAimFlag();
|
||||
SetStoredState();
|
||||
m_nPedState = PED_DIVE_AWAY;
|
||||
SetPedState(PED_DIVE_AWAY);
|
||||
animAssoc = CAnimManager::BlendAnimation(GetClump(), ASSOCGRP_STD, ANIM_EV_DIVE, 8.0f);
|
||||
animAssoc->SetFinishCallback(PedEvadeCB, this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue