This commit is contained in:
Glenn Maynard
2006-02-03 09:59:08 +00:00
parent 664b7921d2
commit c32c1ff736
2 changed files with 1 additions and 8 deletions
+1 -7
View File
@@ -479,16 +479,10 @@ void ScreenOptions::TweenCursor( PlayerNumber pn )
}
}
void ScreenOptions::UpdateEnabledDisabled( int r )
{
OptionRow &row = *m_pRows[r];
row.UpdateEnabledDisabled();
}
void ScreenOptions::UpdateEnabledDisabled()
{
for( unsigned r=0; r<m_pRows.size(); r++ )
UpdateEnabledDisabled( r );
m_pRows[r]->UpdateEnabledDisabled();
}
void ScreenOptions::Update( float fDeltaTime )