diff --git a/stepmania/src/CourseContentsFrame.cpp b/stepmania/src/CourseContentsFrame.cpp index b7bd715586..202002baea 100644 --- a/stepmania/src/CourseContentsFrame.cpp +++ b/stepmania/src/CourseContentsFrame.cpp @@ -93,7 +93,7 @@ void CourseContentsFrame::SetFromCourse( Course* pCourse ) { ASSERT( pCourse != NULL ); - m_fTimeUntilScroll = 0; + m_fTimeUntilScroll = 3; m_fItemAtTopOfList = 0; m_iNumContents = 0;