lock difficulties in couple Styles

This commit is contained in:
Chris Danford
2005-10-02 20:17:19 +00:00
parent b390717cf0
commit eddf78aa5e
3 changed files with 42 additions and 0 deletions
+2
View File
@@ -1679,6 +1679,8 @@ bool GameState::DifficultiesLocked()
return true;
if( IsCourseMode() )
return PREFSMAN->m_bLockCourseDifficulties;
if( GAMESTATE->GetCurrentStyle()->m_bLockDifficulties )
return true;
return false;
}