This commit is contained in:
Glenn Maynard
2004-06-03 21:35:45 +00:00
parent 63cb23b1fd
commit 4cc4349c4c
+1 -5
View File
@@ -185,16 +185,12 @@ void ScreenGameplay::Init()
{
Course* pCourse = GAMESTATE->m_pCurCourse;
ASSERT( pCourse );
const StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;
/* Increment the play count. */
if( !m_bDemonstration )
{
FOREACH_EnabledPlayer(p)
{
Trail* pTrail = GAMESTATE->m_pCurTrail[p];
PROFILEMAN->IncrementCoursePlayCount( pCourse, pTrail, p );
}
PROFILEMAN->IncrementCoursePlayCount( pCourse, GAMESTATE->m_pCurTrail[p], p );
}
m_apSongsQueue.clear();