diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index bf416f4e56..88a05db990 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -1050,7 +1050,7 @@ RadarValues Course::GetRadarValues( StepsType st, CourseDifficulty cd ) const RadarValues rv; vector ci; - GAMESTATE->m_pCurCourse->GetCourseInfo( st, ci, cd ); + this->GetCourseInfo( st, ci, cd ); for( unsigned i = 0; i < ci.size(); ++i ) { const Steps *pNotes = ci[i].pNotes;