remove comment; if anyone ever tries anything like this again, i'll just put it back

This commit is contained in:
AJ Kelly
2011-02-19 00:01:17 -06:00
parent 79dfc40107
commit 27fac03ad4
-5
View File
@@ -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
{