ActorCommands -> ActorUtil::ParseActorCommands

This commit is contained in:
Glenn Maynard
2006-09-21 02:24:22 +00:00
parent 039e263fbc
commit 3a57dca6c4
12 changed files with 28 additions and 19 deletions
+2 -2
View File
@@ -410,10 +410,10 @@ void ScreenEz2SelectMusic::MenuBack( const InputEventPlus &input )
void ScreenEz2SelectMusic::TweenOffScreen()
{
apActorCommands cmds = ActorCommands( "linear,0.5;zoomy,0" );
apActorCommands cmds = ActorUtil::ParseActorCommands( "linear,0.5;zoomy,0" );
m_MusicBannerWheel.RunCommands( cmds );
apActorCommands cmds2 = ActorCommands( "Linear,1;DiffuseAlpha,0" );
apActorCommands cmds2 = ActorUtil::ParseActorCommands( "Linear,1;DiffuseAlpha,0" );
m_PumpDifficultyCircle.RunCommands( cmds2 );
m_Guide.RunCommands( cmds2 );
m_PumpDifficultyRating.RunCommands( cmds2 );