cleanup
This commit is contained in:
@@ -134,9 +134,7 @@ void ScreenPlayerOptions::Input( const InputEventPlus &input )
|
|||||||
|
|
||||||
void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
|
void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
|
||||||
{
|
{
|
||||||
if( m_bAskOptionsMessage )
|
if( SM == SM_BeginFadingOut && m_bAskOptionsMessage ) // user accepts the page of options
|
||||||
{
|
|
||||||
if( SM == SM_BeginFadingOut ) // when the user accepts the page of options
|
|
||||||
{
|
{
|
||||||
m_bAcceptedChoices = true;
|
m_bAcceptedChoices = true;
|
||||||
|
|
||||||
@@ -152,7 +150,6 @@ void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
m_sprOptionsMessage.SetDiffuse( RageColor(1,1,1,0) );
|
m_sprOptionsMessage.SetDiffuse( RageColor(1,1,1,0) );
|
||||||
m_sprOptionsMessage.SetZoomY( 0 );
|
m_sprOptionsMessage.SetZoomY( 0 );
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ScreenOptionsMaster::HandleScreenMessage( SM );
|
ScreenOptionsMaster::HandleScreenMessage( SM );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user