change locked color back to sm4's; it's not being applied right now anyways.
This commit is contained in:
@@ -9,6 +9,13 @@ Not all changes are documented, for various reasons.
|
||||
supported but exist anyways.)
|
||||
_____________________________________________________________________________
|
||||
|
||||
20100531
|
||||
--------
|
||||
* [Trail] Add GetTrailEntry() Lua binding.
|
||||
* [TrailEntry] Allow TrailEntry to push itself, making Lua bindings possible.
|
||||
TrailEntry's Lua bindings include GetSong(), GetSteps(), IsSecret() and
|
||||
GetNormalModifiers().
|
||||
|
||||
20100527
|
||||
--------
|
||||
* Add Direction param to ChangeStepsMessage.
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user