Fixed command-line arguement for --course=[coursename]

This commit is contained in:
Charles Lohr
2004-04-29 01:26:47 +00:00
parent 858b3fa587
commit fc45e2d051
+1 -1
View File
@@ -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.