Ez2/Pump/Para Song Select Screen now supports the 'stars' and/or 'blob' difficulty ratings as seen in para/ez2.

This commit is contained in:
Andrew Livy
2003-01-25 23:48:33 +00:00
parent eb7882976c
commit 6723b6fdb1
7 changed files with 191 additions and 11 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ void RageDisplay::DrawLoop_Polys( const RageVertex v[], int iNumVerts, float Lin
/* Join the lines with circles so we get rounded corners. */
GLUquadricObj *q = gluNewQuadric();
for(int i = 0; i < iNumVerts; ++i)
for(i = 0; i < iNumVerts; ++i)
{
glPushMatrix();
glColor4fv(v[i].c);