Oops. Meant to commit this first.

This commit is contained in:
Glenn Maynard
2003-09-06 01:20:56 +00:00
parent 449b296133
commit 6862e69559
+14
View File
@@ -175,6 +175,20 @@ 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; p<NUM_PLAYERS; p++ )
{
if( !GAMESTATE->IsPlayerEnabled(p) )
continue; // skip
ASSERT( !m_apNotesQueue[p].empty() );
GAMESTATE->m_CurStageStats.iMeter[p] = m_apNotesQueue[p][0]->GetMeter();
}
//
// Init ScoreKeepers
//