row -> iRow

This commit is contained in:
Chris Danford
2005-07-13 19:01:42 +00:00
parent 505e835214
commit 4459393d84
17 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -26,11 +26,11 @@ void ScreenSongOptions::Init()
}
}
void ScreenSongOptions::ExportOptions( int row, const vector<PlayerNumber> &vpns )
void ScreenSongOptions::ExportOptions( int iRow, const vector<PlayerNumber> &vpns )
{
const SongOptions::FailType ft = GAMESTATE->m_SongOptions.m_FailType;
ScreenOptionsMaster::ExportOptions( row, vpns );
ScreenOptionsMaster::ExportOptions( iRow, vpns );
if( ft != GAMESTATE->m_SongOptions.m_FailType )
GAMESTATE->m_bChangedFailTypeOnScreenSongOptions = true;