From 1f00c842936b24cf1c9c40fc66582ad38763192f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 26 Jan 2005 10:45:47 +0000 Subject: [PATCH] play OnCommand for shared background (how did this ever work?) --- stepmania/src/ScreenManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index 7e45d848a6..964cece300 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -378,6 +378,7 @@ retry: pNewBGA->LoadFromAniDir( sNewBGA ); SAFE_DELETE( m_pSharedBGA ); m_pSharedBGA = pNewBGA; + m_pSharedBGA->PlayCommand( "On" ); m_sLastLoadedBackgroundPath = sNewBGA; }