Revert. Fixes Linux build.

This commit is contained in:
Steve Checkoway
2006-07-18 05:51:37 +00:00
parent 61739160fe
commit a07e194cf1
31 changed files with 86 additions and 86 deletions
+2 -2
View File
@@ -1823,7 +1823,7 @@ const ValidRow g_ValidRows[] =
void NoteDataUtil::RemoveStretch( NoteData &inout, StepsType st, int iStartIndex, int iEndIndex )
{
vector<const ValidRow*> vpValidRowsToCheck;
for( unsigned i=0; i<ARRAY_SIZE(g_ValidRows); i++ )
for( unsigned i=0; i<ARRAYSIZE(g_ValidRows); i++ )
{
if( g_ValidRows[i].st == st )
vpValidRowsToCheck.push_back( &g_ValidRows[i] );
@@ -1961,7 +1961,7 @@ void NoteDataUtil::AddTapAttacks( NoteData &nd, Song* pSong )
TapNote::attack,
TapNote::SubType_invalid,
TapNote::original,
szAttacks[RandomInt(ARRAY_SIZE(szAttacks))],
szAttacks[RandomInt(ARRAYSIZE(szAttacks))],
15.0f,
false,
0 );