1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Rename swap to V_swap.

This commit is contained in:
David Anderson
2020-06-01 10:23:53 -07:00
parent ea03cdac8e
commit a9a75c4d74
26 changed files with 57 additions and 57 deletions

View File

@ -1138,7 +1138,7 @@ void CVisibleShadowList::PrioritySort()
flLargestArea = m_ShadowsInView[nIndex].m_flArea;
}
}
swap( m_PriorityIndex[i], m_PriorityIndex[nLargestInd] );
V_swap( m_PriorityIndex[i], m_PriorityIndex[nLargestInd] );
}
}