Tween out title and artist.

This commit is contained in:
Charles Lohr
2004-07-24 03:29:45 +00:00
parent e804c28451
commit 8bdc2d1ffb
+4
View File
@@ -418,6 +418,10 @@ void ScreenEz2SelectMusic::TweenOffScreen()
m_ChoiceListFrame.Command( "Linear,1;DiffuseAlpha,0" );
m_ChoiceListHighlight.Command( "Linear,1;DiffuseAlpha,0" );
m_CurrentGroup.Command( "Linear,1;DiffuseAlpha,0" );
m_CurrentTitle.Command( "Linear,1;DiffuseAlpha,0" );
m_CurrentArtist.Command( "Linear,1;DiffuseAlpha,0" );
//This should be fixed and changed to OFF_COMMAND
for(int i=0; i<NUM_PLAYERS; i++)
{
m_SpeedIcon[i].Command( "Linear,1;DiffuseAlpha,0" );