diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index 37edf8d102..fbb6408b69 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -325,7 +325,7 @@ void ArgStartCourse(CString CourseName) GAMESTATE->PlayersFinalized(); //Go to Gameplay Screen - SCREENMAN->SetNewScreen( NEXT_SCREEN(GAMESTATE->m_PlayMode) ); + SCREENMAN->SetNewScreen( THEME->GetMetric ("ScreenSelectMusic","NextScreen") ); //Not sure if this is correct, it may make more sense //to have a metric to allow/disallow user options at this point.