1
0
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:
David Anderson
2020-05-18 17:44:36 -07:00
parent c15467c9c3
commit 968ec84e34
26 changed files with 57 additions and 57 deletions

View File

@ -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