diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index 4e2bd393bb..37d05b3cbc 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -202,6 +202,10 @@ void BGAnimation::LoadFromAniDir( CString sAniDir ) * in metrics.ini commands, not here. */ this->RunCommands( ParseCommands(sInitCommand) ); } + + Command cmd; + cmd.Load( "PlayCommand,Init" ); + this->RunCommandOnChildren( cmd ); } else {