mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
wrong bike fall off anim
This commit is contained in:
parent
c74c7ce1d4
commit
0127d7eb8b
@ -2694,7 +2694,7 @@ CBike::KnockOffRider(eWeaponType weapon, uint8 direction, CPed *ped, bool bGetBa
|
|||||||
switch(direction){
|
switch(direction){
|
||||||
case 0: anim = ANIM_KO_SKID_BACK; break;
|
case 0: anim = ANIM_KO_SKID_BACK; break;
|
||||||
case 1: anim = ANIM_KD_RIGHT; break;
|
case 1: anim = ANIM_KD_RIGHT; break;
|
||||||
case 2: anim = ANIM_KO_SKID_FRONT; break;
|
case 2: anim = ANIM_BIKE_FALL_R; break;
|
||||||
case 3: anim = ANIM_KD_LEFT; break;
|
case 3: anim = ANIM_KD_LEFT; break;
|
||||||
}
|
}
|
||||||
if(m_nWheelsOnGround == 0)
|
if(m_nWheelsOnGround == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user