bike shooting fix + trace temp fix

This commit is contained in:
Fire-Head
2020-08-27 20:27:28 +03:00
parent a38702a7d2
commit 210c7b8785
2 changed files with 5 additions and 2 deletions

View File

@ -2412,7 +2412,7 @@ CWeapon::FireInstantHitFromCar(CVehicle *shooter, bool left, bool right)
else if ( right )
target = source + info->m_fRange * shooter->GetRight();
else
target = source + info->m_fRange * shooter->GetRight();
target = source + info->m_fRange * shooter->GetForward();
}
else if ( left )