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:
John Bauer
2006-10-26 22:19:31 +00:00
parent 8588b48a15
commit ce94e14f03
+1 -1
View File
@@ -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'") );
}
}