simplify ActorCommands

This commit is contained in:
Glenn Maynard
2006-09-21 01:39:38 +00:00
parent 6fe7bf2683
commit 8548f1cb33
11 changed files with 22 additions and 24 deletions
+2 -2
View File
@@ -410,10 +410,10 @@ void ScreenEz2SelectMusic::MenuBack( const InputEventPlus &input )
void ScreenEz2SelectMusic::TweenOffScreen()
{
ActorCommands cmds( "linear,0.5;zoomy,0" );
apActorCommands cmds = ActorCommands( "linear,0.5;zoomy,0" );
m_MusicBannerWheel.RunCommands( cmds );
ActorCommands cmds2( "Linear,1;DiffuseAlpha,0" );
apActorCommands cmds2 = ActorCommands( "Linear,1;DiffuseAlpha,0" );
m_PumpDifficultyCircle.RunCommands( cmds2 );
m_Guide.RunCommands( cmds2 );
m_PumpDifficultyRating.RunCommands( cmds2 );