"for( p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"

This commit is contained in:
Chris Danford
2004-05-24 08:16:17 +00:00
parent b05d25ab24
commit a9db266eb2
14 changed files with 130 additions and 181 deletions
+1 -2
View File
@@ -291,8 +291,7 @@ void MusicWheelItem::DrawPrimitives()
case TYPE_SONG:
m_TextBanner.Draw();
m_WheelNotifyIcon.Draw();
int p;
for( p=0; p<NUM_PLAYERS; p++ )
FOREACH_PlayerNumber( p )
m_GradeDisplay[p].Draw();
break;
case TYPE_COURSE: