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 );