allow disabling disqualification

This commit is contained in:
Glenn Maynard
2004-03-28 20:08:43 +00:00
parent c328b85dc0
commit 74af6715dd
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -900,6 +900,9 @@ void GameState::RestoreSelectedOptions()
bool GameState::IsDisqualified( PlayerNumber pn )
{
if( !PREFSMAN->m_bDisqualification )
return false;
if( GAMESTATE->IsCourseMode() )
{
return GAMESTATE->m_PlayerOptions[pn].IsEasierForCourse(