From 9497d928d8f84d65ebe8224dd8fded98daa785a7 Mon Sep 17 00:00:00 2001 From: Vecais Dumais Laacis Date: Wed, 8 Aug 2007 09:49:30 +0000 Subject: [PATCH] reverting unneeded changes --- stepmania/src/PaneDisplay.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 5648aad93a..2b48a96805 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -126,10 +126,6 @@ void PaneDisplay::SetContent( PaneContents c ) } else if( pTrail ) { - //little hack to force update m_bRadarValuesCached - someone needs to find out why m_bRadarValuesCached is set to true but in fact m_bRadarValuesCached values are invalid - //this doesnt occur on all courses - if( pTrail->m_bRadarValuesCached && ( pTrail->m_CachedRadarValues[RadarCategory_TapsAndHolds]==-1 ) ) - pTrail->m_bRadarValuesCached = false; rv = pTrail->GetRadarValues(); pHSL = &PROFILEMAN->GetProfile(slot)->GetCourseHighScoreList(pCourse, pTrail); }