diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index b43dc23062..9815efd730 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -207,6 +207,8 @@ ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen("S } } + /* Called once per stage (single song or single course). */ + GAMESTATE->BeginStage(); g_CurStageStats.pSong = NULL; // set in LoadNextSong g_CurStageStats.playMode = GAMESTATE->m_PlayMode;