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
+4 -4
View File
@@ -55,9 +55,9 @@ void ScreenSMOnlineLogin::Init()
}
}
void ScreenSMOnlineLogin::ImportOptions( int row, const vector<PlayerNumber> &vpns )
void ScreenSMOnlineLogin::ImportOptions( int iRow, const vector<PlayerNumber> &vpns )
{
switch( row )
switch( iRow )
{
case 0:
{
@@ -75,9 +75,9 @@ void ScreenSMOnlineLogin::ImportOptions( int row, const vector<PlayerNumber> &vp
}
}
void ScreenSMOnlineLogin::ExportOptions( int row, const vector<PlayerNumber> &vpns )
void ScreenSMOnlineLogin::ExportOptions( int iRow, const vector<PlayerNumber> &vpns )
{
switch( row )
switch( iRow )
{
case 0:
{