add comment

This commit is contained in:
AJ Kelly
2011-02-19 00:54:28 -06:00
parent 8ba27c0d9f
commit ffc466bec7
+2
View File
@@ -198,6 +198,8 @@ void GrooveRadar::GrooveRadarValueMap::DrawPrimitives()
DISPLAY->DrawFan( v, NUM_SHOWN_RADAR_CATEGORIES+2 );
// use a line loop to draw the thick line
// TODO: If two players are active, and their RadarValues are the same, draw
// the inside of P2's Radar with the line from P1's radar -aj
for( int i=0; i<=NUM_SHOWN_RADAR_CATEGORIES; i++ )
{
const int c = i%NUM_SHOWN_RADAR_CATEGORIES;