ARRAYSIZE -> ARRAYLEN.

This commit is contained in:
Steve Checkoway
2007-06-09 07:53:22 +00:00
parent f1bc9cc1cd
commit acb030f229
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ static const float g_fTimeMeterSecondsChangeInit[] =
-0.0f, // SE_Held
-4.0f, // SE_LetGo
};
COMPILE_ASSERT( ARRAYSIZE(g_fTimeMeterSecondsChangeInit) == NUM_ScoreEvent );
COMPILE_ASSERT( ARRAYLEN(g_fTimeMeterSecondsChangeInit) == NUM_ScoreEvent );
static void TimeMeterSecondsChangeInit( size_t /*ScoreEvent*/ i, RString &sNameOut, float &defaultValueOut )
{