remove bTweenIn

This commit is contained in:
Glenn Maynard
2006-02-03 07:53:33 +00:00
parent 88ac1cf81d
commit e6ca5f8a76
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -250,7 +250,7 @@ void ScreenOptions::InitMenu( const vector<OptionRowHandler*> &vHands )
}
/* Call when option rows have been re-initialized. */
void ScreenOptions::RestartOptions( bool bTweenIn )
void ScreenOptions::RestartOptions()
{
for( unsigned r=0; r<m_pRows.size(); r++ ) // foreach row
{
@@ -310,7 +310,7 @@ void ScreenOptions::BeginScreen()
{
ScreenWithMenuElements::BeginScreen();
RestartOptions( true );
RestartOptions();
FOREACH_PlayerNumber( p )
m_bGotAtLeastOneStartPressed[p] = false;