From d867b17e4545fa3d662493486c0901d14825fade Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 21 May 2012 13:25:57 -0400 Subject: [PATCH] Changing a ARRAYSIZE to Q_ARRAYSIZE to fix SDKTools compile. --- public/mathlib/ssemath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/mathlib/ssemath.h b/public/mathlib/ssemath.h index e54e444c..9008c221 100644 --- a/public/mathlib/ssemath.h +++ b/public/mathlib/ssemath.h @@ -4058,7 +4058,7 @@ public: 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_Maxes[i] = Four_Negative_FLT_MAX;