mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-28 07:46:19 +00:00
fix melee car damage
This commit is contained in:
parent
a8999bbf38
commit
c22d252246
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ CWeapon::FireMelee(CEntity *shooter, CVector &fireSource)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
nearCar->VehicleDamage(info->m_nDamage* (0.00075f * nearCar->pHandling->fMass), gaTempSphereColPoints[0].pieceB);
|
nearCar->VehicleDamage(info->m_nDamage* (0.01f * nearCar->pHandling->fMass), gaTempSphereColPoints[0].pieceB);
|
||||||
}
|
}
|
||||||
if (nearCar->m_fHealth < oldHealth)
|
if (nearCar->m_fHealth < oldHealth)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue