From 96247fb1928ce110586f7de964fb78f92cc7f5b3 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 27 Dec 2004 10:26:32 +0000 Subject: [PATCH] play layer InitCommand in addition to BGA InitCommand --- stepmania/src/BGAnimation.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 {