mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-01 20:25:41 +00:00
Fix compilation
This commit is contained in:
parent
b47a23ab79
commit
adf07aab47
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ int8 CRunningScript::ProcessCommands400To499(int32 command)
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_BUGS
|
||||||
AnimationId anim = pVehicle->GetDriverAnim();
|
AnimationId anim = pVehicle->GetDriverAnim();
|
||||||
#else
|
#else
|
||||||
AnimationId anim = pVehicle->bLowVehicle ? ANIM_CAR_LSIT : ANIM_CAR_SIT;
|
AnimationId anim = pVehicle->bLowVehicle ? ANIM_STD_CAR_SIT_LO : ANIM_STD_CAR_SIT;
|
||||||
#endif
|
#endif
|
||||||
pPed->m_pVehicleAnim = CAnimManager::BlendAnimation(pPed->GetClump(), ASSOCGRP_STD, anim, 100.0f);
|
pPed->m_pVehicleAnim = CAnimManager::BlendAnimation(pPed->GetClump(), ASSOCGRP_STD, anim, 100.0f);
|
||||||
pPed->StopNonPartialAnims();
|
pPed->StopNonPartialAnims();
|
||||||
|
|
Loading…
Reference in a new issue