mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 06:14:09 +00:00
fixes
This commit is contained in:
parent
f6663b01bc
commit
89fd7759a3
2 changed files with 4 additions and 4 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue