minor cleanup

This commit is contained in:
Glenn Maynard
2005-09-09 04:03:29 +00:00
parent 4ad07532be
commit 15d1ee7580
+1 -2
View File
@@ -280,10 +280,9 @@ void MusicWheelItem::LoadFromWheelItemData( WheelItemData* pWID, bool bExpanded
void MusicWheelItem::RefreshGrades()
{
// Refresh Grades
FOREACH_HumanPlayer( p )
{
if( !data->m_pSong || // this isn't a song display
if( data->m_pSong == NULL || // this isn't a song display
!GAMESTATE->IsHumanPlayer(p) )
{
m_pGradeDisplay[p]->SetDiffuse( RageColor(1,1,1,0) );