This is handled by ScreenJukebox.

This commit is contained in:
Steve Checkoway
2006-07-20 04:36:15 +00:00
parent 3458ade8eb
commit 61624d6539
-12
View File
@@ -82,18 +82,6 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
m_Out.StartTransitioning( SM_GoToNextScreen );
return;
}
else if( SM == SM_GainFocus )
{
}
else if( SM == SM_LoseFocus )
{
}
else if( SM == SM_GoToNextScreen )
{
if( m_pSoundMusic )
m_pSoundMusic->Stop();
}
ScreenJukebox::HandleScreenMessage( SM );
}