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
@@ -27,7 +27,7 @@ static const float g_fSuperMeterPercentChangeInit[] =
+0.04f, // SE_Held
-0.20f, // SE_LetGo
};
COMPILE_ASSERT( ARRAYSIZE(g_fSuperMeterPercentChangeInit) == NUM_ScoreEvent );
COMPILE_ASSERT( ARRAYLEN(g_fSuperMeterPercentChangeInit) == NUM_ScoreEvent );
static void SuperMeterPercentChangeInit( size_t /*ScoreEvent*/ i, RString &sNameOut, float &defaultValueOut )
{