This commit is contained in:
Glenn Maynard
2006-02-25 00:17:48 +00:00
parent 94e19ae408
commit 53ea100d0b
+1 -4
View File
@@ -134,9 +134,7 @@ void ScreenPlayerOptions::Input( const InputEventPlus &input )
void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
{
if( m_bAskOptionsMessage )
{
if( SM == SM_BeginFadingOut ) // when the user accepts the page of options
if( SM == SM_BeginFadingOut && m_bAskOptionsMessage ) // user accepts the page of options
{
m_bAcceptedChoices = true;
@@ -152,7 +150,6 @@ void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
m_sprOptionsMessage.SetDiffuse( RageColor(1,1,1,0) );
m_sprOptionsMessage.SetZoomY( 0 );
}
}
ScreenOptionsMaster::HandleScreenMessage( SM );
}