From 83e96f5187edd102f6b38cab445567ecce1ca8fe Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 11 Apr 2004 01:44:37 +0000 Subject: [PATCH] comment --- stepmania/src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 97e2d83205..eaa689b75a 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -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 )