From 4ce627988c15e708ce51e07af50158b05007bf96 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 12 Mar 2004 05:31:52 +0000 Subject: [PATCH] whoops! --- stepmania/src/Course.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;