small cleanup and comment

This commit is contained in:
AJ Kelly
2012-02-13 01:15:15 -06:00
parent d3e9cea312
commit 377b10df91
+1
View File
@@ -31,6 +31,7 @@ GrooveRadar::GrooveRadar()
FOREACH_PlayerNumber( p )
{
// todo: remove dependency on radar base being a sprite. -aj
m_GrooveRadarValueMap[p].SetRadius( m_sprRadarBase->GetZoomedWidth() );
m_Frame.AddChild( &m_GrooveRadarValueMap[p] );
m_GrooveRadarValueMap[p].SetName( ssprintf("RadarValueMapP%d",p+1) );