From db351f0edbbbd0c74dffa1e70b516b9d163671a5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Nov 2003 01:44:59 +0000 Subject: [PATCH] propagate PlayCommand --- stepmania/src/BGAnimationLayer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 6eea237a9b..43d014b935 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -1020,6 +1020,9 @@ void BGAnimationLayer::LosingFocus() void BGAnimationLayer::PlayCommand( CString cmd ) { + for( unsigned i=0; iCommand( ssprintf("playcommand,%s", cmd.c_str()) ); + cmd.MakeLower(); map::const_iterator it = m_asCommands.find( cmd );