diff --git a/stepmania/src/CourseContentsList.cpp b/stepmania/src/CourseContentsList.cpp index 90ddd87654..65fd7b50d8 100644 --- a/stepmania/src/CourseContentsList.cpp +++ b/stepmania/src/CourseContentsList.cpp @@ -22,9 +22,6 @@ CourseContentsList::CourseContentsList() { for( int i=0; iAddChild( &d ); - d.SetFromGameState( (int)(truncf(m_fItemAtPosition0InList))+i ); + d.SetFromGameState( i ); } bool bLoop = pMasterTrail->m_vEntries.size() > uNumEntriesToShow; @@ -95,9 +92,6 @@ void CourseContentsList::SetFromGameState() void CourseContentsList::TweenInAfterChangedCourse() { /* - m_fItemAtTopOfList = 0; - m_fTimeUntilScroll = 3; - for( int i=0; i m_vpDisplay; float m_fTimeUntilScroll; - float m_fItemAtPosition0InList; // 0 <= val < m_vpDisplay.size() }; #endif