allow IsDisqualified for inactive players

This commit is contained in:
Glenn Maynard
2005-10-15 02:20:44 +00:00
parent 372c5ad6df
commit 71f295fc55
+3
View File
@@ -1047,6 +1047,9 @@ bool GameState::IsDisqualified( PlayerNumber pn )
if( !PREFSMAN->m_bDisqualification )
return false;
if( !GAMESTATE->IsHumanPlayer(pn) )
return false;
if( GAMESTATE->IsCourseMode() )
{
return GAMESTATE->m_pPlayerState[pn]->m_PlayerOptions.IsEasierForCourseAndTrail(