mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 04:32:50 +00:00
Merge pull request #1001 from Sergeanur/animNames
Use original animation names from VCS
This commit is contained in:
@ -231,7 +231,7 @@ void CWaterCannon::PushPeds(void)
|
||||
ped->m_vecMoveSpeed.x = (0.6f * m_avecVelocity[j].x + ped->m_vecMoveSpeed.x) * 0.5f;
|
||||
ped->m_vecMoveSpeed.y = (0.6f * m_avecVelocity[j].y + ped->m_vecMoveSpeed.y) * 0.5f;
|
||||
|
||||
ped->SetFall(2000, AnimationId(ANIM_KO_SKID_FRONT + localDir), 0);
|
||||
ped->SetFall(2000, AnimationId(ANIM_STD_HIGHIMPACT_FRONT + localDir), 0);
|
||||
|
||||
CFire *fire = ped->m_pFire;
|
||||
if ( fire )
|
||||
|
Reference in New Issue
Block a user