fix wrong CourseDifficulties shown

This commit is contained in:
Chris Danford
2005-05-24 05:27:36 +00:00
parent 2888bf0b16
commit 2509cdac31
+1 -1
View File
@@ -214,7 +214,7 @@ void SaveCatalogXml( LoadingWindow *loading_window )
pCourseNode->AppendChild( "SubTitle", pCourse->GetDisplaySubTitle() );
pCourseNode->AppendChild( "HasMods", pCourse->HasMods() );
const vector<CourseDifficulty> &vDiffs = DIFFICULTIES_TO_SHOW.GetValue();
const vector<CourseDifficulty> &vDiffs = COURSE_DIFFICULTIES_TO_SHOW.GetValue();
FOREACH_CONST( StepsType, vStepsTypesToShow, st )
{