This commit is contained in:
Fire-Head 2020-08-04 16:24:59 +03:00
parent f6663b01bc
commit 89fd7759a3
2 changed files with 4 additions and 4 deletions

View file

@ -534,7 +534,7 @@ CShadows::StoreShadowForVehicle(CVehicle *pCar, VEH_SHD_TYPE type)
}
else if ( pCar->GetModelIndex() == MI_ANGEL )
{
fVehicleHeight = fVehicleHeight * 1.5;
fVehicleHeight = fVehicleHeight * 1.5f;
size = 0.03f;
}
else if ( pCar->GetModelIndex() == MI_SEASPAR )