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 //