diff --git a/stepmania/src/ScreenSelectMaster.cpp b/stepmania/src/ScreenSelectMaster.cpp index fcb3ce895a..465853a714 100644 --- a/stepmania/src/ScreenSelectMaster.cpp +++ b/stepmania/src/ScreenSelectMaster.cpp @@ -705,6 +705,15 @@ void ScreenSelectMaster::TweenOnScreen() } } + //We have to move page two's explanation and more off the screen + //so it doesn't just sit there on page one. (Thanks Zhek) + + for (int page=0;pageSetXY(999,999); + } + SET_XY_AND_ON_COMMAND( m_sprExplanation[GetCurrentPage()] ); SET_XY_AND_ON_COMMAND( m_sprMore[GetCurrentPage()] );