From 27fac03ad482e6e19790499210b2709fc787e649 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 19 Feb 2011 00:01:17 -0600 Subject: [PATCH] remove comment; if anyone ever tries anything like this again, i'll just put it back --- src/StepsDisplay.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/StepsDisplay.cpp b/src/StepsDisplay.cpp index 92c3639d4e..40654ea342 100644 --- a/src/StepsDisplay.cpp +++ b/src/StepsDisplay.cpp @@ -127,12 +127,7 @@ void StepsDisplay::SetFromGameState( PlayerNumber pn ) if( pTrail ) SetFromTrail( pTrail ); else - { - // why was it pTrail->m_CourseType as the last argument when pTrail - // can't possibly exist here? -aj - //pTrail = GAMESTATE->m_pPreferredCourse->GetTrail(GAMESTATE->m_PreferredStepsType, GAMESTATE->m_PreferredCourseDifficulty[pn]); SetFromStepsTypeAndMeterAndDifficultyAndCourseType( StepsType_Invalid, 0, GAMESTATE->m_PreferredCourseDifficulty[pn], CourseType_Invalid ); - } } else {