1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Changing a ARRAYSIZE to Q_ARRAYSIZE to fix SDKTools compile.

This commit is contained in:
Nicholas Hastings
2012-05-21 13:25:57 -04:00
parent 18afb9c47c
commit d867b17e45

View File

@ -4058,7 +4058,7 @@ public:
FORCEINLINE void Init( void ) FORCEINLINE void Init( void )
{ {
for( int i = 0; i < (int)ARRAYSIZE( m_Mins ); i++ ) for( int i = 0; i < (int)Q_ARRAYSIZE( m_Mins ); i++ )
{ {
m_Mins[i] = Four_FLT_MAX; m_Mins[i] = Four_FLT_MAX;
m_Maxes[i] = Four_Negative_FLT_MAX; m_Maxes[i] = Four_Negative_FLT_MAX;