fix VC7 warning

This commit is contained in:
Chris Danford
2005-08-15 07:49:38 +00:00
parent 3066001014
commit 38614a8c3e
+1 -1
View File
@@ -132,7 +132,7 @@ void ScreenOptionsEditProfile::AfterChangeValueInRow( int iRow, PlayerNumber pn
void ScreenOptionsEditProfile::ProcessMenuStart( PlayerNumber pn, const InputEventType type )
{
int iRow = GetCurrentRow();;
OptionRow &row = *m_pRows[iRow];
//OptionRow &row = *m_pRows[iRow];
switch( iRow )
{