ARRAYSIZE -> ARRAYLEN

This commit is contained in:
Glenn Maynard
2006-09-13 03:11:38 +00:00
parent 9fb0d09f35
commit e206261b80
21 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -2644,7 +2644,7 @@ static Style g_Styles[] =
},
};
#define NUM_STYLES ARRAYSIZE(g_Styles)
#define NUM_STYLES ARRAYLEN(g_Styles)
void GameManager::GetStylesForGame( const Game *pGame, vector<const Style*>& aStylesAddTo, bool editor ) const
{