This commit is contained in:
Glenn Maynard
2004-04-11 01:44:37 +00:00
parent 5e4eb9e001
commit 83e96f5187
+1 -1
View File
@@ -213,7 +213,7 @@ void GameState::PlayersFinalized()
GAMESTATE->m_PlayerOptions[pn].Init();
GAMESTATE->ApplyModifiers( pn, pProfile->m_sDefaultModifiers );
}
// Only set the sort order if it wasn't already set by a ModeChoice
// Only set the sort order if it wasn't already set by a ModeChoice (or by an earlier profile)
if( m_SortOrder == SORT_INVALID && pProfile->m_SortOrder != SORT_INVALID )
m_SortOrder = pProfile->m_SortOrder;
if( pProfile->m_LastDifficulty != DIFFICULTY_INVALID )