From 9a411320833ac1bb0a89f7695ea0daa43f90c34c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 18 Mar 2005 05:06:34 +0000 Subject: [PATCH] don't init general background graphics in the first LoadNextSong call --- stepmania/src/ScreenGameplay.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index d2cb08fab1..70edf89cef 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -653,6 +653,8 @@ void ScreenGameplay::Init() this->AddChild( &m_textSurviveTime ); } } + + m_SongBackground.Init(); if( !GAMESTATE->m_bDemonstrationOrJukebox ) // only load if we're going to use it {