With the playcommand string hack removed, there are a bunch of places
that need the string arguments for playcommand or effectclock in quotes. Unreviewed
This commit is contained in:
@@ -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'") );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user