mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 02:09:00 +00:00
wrong bike fall off anim
This commit is contained in:
parent
c74c7ce1d4
commit
0127d7eb8b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue