diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index 20b461088f..a747477eee 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -291,7 +291,7 @@ void ScreenOptions::RestartOptions() FOREACH_HumanPlayer( pn ) { // Hide the highlight if no rows are enabled. - m_sprLineHighlight[pn]->SetHidden( m_iCurrentRow[p] == -1 ); + m_sprLineHighlight[pn]->SetHidden( m_iCurrentRow[pn] == -1 ); for( unsigned r=0; rRefreshIcons( r, pn );