Use original animation names from VCS

This commit is contained in:
Sergeanur
2021-01-26 19:35:40 +02:00
parent f27e1ec818
commit 0f623c2354
26 changed files with 1031 additions and 1007 deletions

View File

@@ -847,7 +847,7 @@ CPopulation::AddPedInCar(CVehicle* car)
}
#else
{
newPed->m_pVehicleAnim = CAnimManager::BlendAnimation(newPed->GetClump(), ASSOCGRP_STD, ANIM_CAR_SIT, 100.0f);
newPed->m_pVehicleAnim = CAnimManager::BlendAnimation(newPed->GetClump(), ASSOCGRP_STD, ANIM_STD_CAR_SIT, 100.0f);
}
#endif