mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:36:24 +00:00
bike shooting fix + trace temp fix
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user