add comment about bonus bars

This commit is contained in:
AJ Kelly
2011-03-08 19:12:39 -06:00
parent e69c3d127d
commit de45576905
+1
View File
@@ -379,6 +379,7 @@ void ScreenEvaluation::Init()
SET_XY( m_sprBonusFrame[p] );
this->AddChild( m_sprBonusFrame[p] );
// todo: convert this to use category names instead of numbers? -aj
for( int r=0; r<NUM_SHOWN_RADAR_CATEGORIES; r++ ) // foreach line
{
m_sprPossibleBar[p][r].Load( THEME->GetPathG(m_sName,ssprintf("BarPossible p%d",p+1)) );