change locked color back to sm4's; it's not being applied right now anyways.

This commit is contained in:
AJ Kelly
2010-05-30 22:56:52 -05:00
parent e54a728dad
commit 6d11f95a85
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ WheelItemBase::WheelItemBase(RString sType)
void WheelItemBase::Load( RString sType )
{
m_colorLocked = RageColor(0,0,0,0.25);
m_colorLocked = RageColor(0,0,0,0);
}
void WheelItemBase::LoadFromWheelItemData( const WheelItemBaseData* pWID, int iIndex, bool bHasFocus, int iDrawIndex )