From 6862e69559a3a3f18acf3bddb0e503360d991b7d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Sep 2003 01:20:56 +0000 Subject: [PATCH] Oops. Meant to commit this first. --- stepmania/src/ScreenGameplay.cpp | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index e730cb4d79..7844cd1e12 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -174,7 +174,21 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration ) : Screen("ScreenGameplay") } } - + + if( !GAMESTATE->IsCourseMode() ) + GAMESTATE->m_CurStageStats.pSong = GAMESTATE->m_pCurSong; + else + GAMESTATE->m_CurStageStats.pSong = NULL; + + for( p=0; pIsPlayerEnabled(p) ) + continue; // skip + + ASSERT( !m_apNotesQueue[p].empty() ); + GAMESTATE->m_CurStageStats.iMeter[p] = m_apNotesQueue[p][0]->GetMeter(); + } + // // Init ScoreKeepers //