support m_bLockCourseDifficulties

This commit is contained in:
Glenn Maynard
2004-01-21 02:12:12 +00:00
parent 1d87a82751
commit 1e6d3e0211
+1 -1
View File
@@ -108,7 +108,7 @@ void ScreenOptionsMaster::SetStep( OptionRowData &row, OptionRowHandler &hand )
}
else if( GAMESTATE->m_pCurCourse ) // playing a course
{
row.bOneChoiceForAllPlayers = true;
row.bOneChoiceForAllPlayers = PREFSMAN->m_bLockCourseDifficulties;
Course* pCourse = GAMESTATE->m_pCurCourse;
StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;