diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index c2d963065e..4e74fab76e 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -716,7 +716,7 @@ void BackgroundImpl::LoadFromSong( const Song* pSong ) * may look something like "BGAnimation, BGAnimationLayer, Sprite" or it * may be deeper, like "BGAnimation, BGAnimationLayer, BGAnimation, * BGAnimationLayer, Sprite". */ - pBGA->RunCommands( ActorUtil::ParseActorCommands("effectclock,music") ); + pBGA->RunCommands( ActorUtil::ParseActorCommands("effectclock,'music'") ); } }