mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Fix conflicts with std::swap.
This commit is contained in:
@ -4789,7 +4789,7 @@ void CPropDoorRotating::Spawn()
|
||||
// that the model already be set.
|
||||
if ( IsHingeOnLeft() )
|
||||
{
|
||||
swap( m_angRotationOpenForward, m_angRotationOpenBack );
|
||||
V_swap( m_angRotationOpenForward, m_angRotationOpenBack );
|
||||
}
|
||||
|
||||
// Figure out our volumes of movement as this door opens
|
||||
|
Reference in New Issue
Block a user