From 8bdc2d1ffbd4d8dfdad4ab7e5ef2ca1db548b27b Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Sat, 24 Jul 2004 03:29:45 +0000 Subject: [PATCH] Tween out title and artist. --- stepmania/src/ScreenEz2SelectMusic.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/ScreenEz2SelectMusic.cpp b/stepmania/src/ScreenEz2SelectMusic.cpp index cb1a88b0dd..4e0a281a33 100644 --- a/stepmania/src/ScreenEz2SelectMusic.cpp +++ b/stepmania/src/ScreenEz2SelectMusic.cpp @@ -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