small cleanup

This commit is contained in:
AJ Kelly
2011-03-09 17:25:31 -06:00
parent a906aac6b9
commit 8ddf4d49ea
+1 -1
View File
@@ -79,7 +79,7 @@ MusicWheelItem::MusicWheelItem( RString sType ):
{ {
m_pText[i] = NULL; m_pText[i] = NULL;
// Don't init text for Type_Song. It uses a TextBanner. // Don't init text for Type_Song. It uses a TextBanner.
if( i == MusicWheelItemType_Song ) if( i == MusicWheelItemType_Song )
continue; continue;