clean up presisting of settings to Profile

persist PreferredCourseDifficulty
This commit is contained in:
Chris Danford
2004-03-13 22:18:09 +00:00
parent 22a82cad8e
commit 7a32af8c5e
15 changed files with 62 additions and 90 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ void ScreenSelectCourse::AfterCourseChange()
ASSERT(pCourse);
for( int p=0; p<NUM_PLAYERS; p++ )
{
CourseDifficulty cd = GAMESTATE->m_CourseDifficulty[p];
CourseDifficulty cd = GAMESTATE->m_PreferredCourseDifficulty[p];
Profile* pProfile;
if( PROFILEMAN->IsUsingProfile( (PlayerNumber)p ) )