remove bTweenIn
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -54,7 +54,7 @@ protected:
|
||||
virtual void ImportOptions( int iRow, const vector<PlayerNumber> &vpns ) = 0;
|
||||
virtual void ExportOptions( int iRow, const vector<PlayerNumber> &vpns ) = 0;
|
||||
|
||||
void RestartOptions( bool bTweenIn );
|
||||
void RestartOptions();
|
||||
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut ) const;
|
||||
RString GetExplanationText( int iRow ) const;
|
||||
void PositionIcons();
|
||||
|
||||
Reference in New Issue
Block a user