From b97310cee002d2b744d4b355b2191b3e6e1e7227 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 5 May 2006 21:48:58 +0000 Subject: [PATCH] play init command only once --- stepmania/src/Background.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index a962fdeec7..be51d213f5 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -811,7 +811,6 @@ void BackgroundImpl::Layer::UpdateCurBGChange( const Song *pSong, float fLastMus LUA->SetGlobal( "Color2", change.m_def.m_sColor2.empty() ? RString("1,1,1,1") : change.m_def.m_sColor2 ); m_pCurrentBGA->InitDefaults(); - m_pCurrentBGA->PlayCommand( "Init" ); m_pCurrentBGA->PlayCommand( "On" ); m_pCurrentBGA->PlayCommand( "GainFocus" );