add Color param to SetMessage.

This commit is contained in:
AJ Kelly
2010-12-11 23:51:33 -06:00
parent 75a9bb3eff
commit 0da30858cf
+1
View File
@@ -269,6 +269,7 @@ void MusicWheelItem::LoadFromWheelItemData( const WheelItemBaseData *pData, int
msg.SetParam( "SongGroup", pWID->m_sText );
msg.SetParam( "DrawIndex", iDrawIndex );
msg.SetParam( "Type", MusicWheelItemTypeToString(type) );
msg.SetParam( "Color", pWID->m_color );
this->HandleMessage( msg );
}