[MusicWheelItem] Add/reinstate MusicWheelItem Mode Normal/Color/OverPart.
This commit is contained in:
@@ -14,6 +14,7 @@ StepMania 5.0 $next | 2011????
|
|||||||
beat 0. Important information must stay on that beat. [Wolfman2000]
|
beat 0. Important information must stay on that beat. [Wolfman2000]
|
||||||
* [ScreenEdit] Disable converting rows to a stop or beat starting on beat 0.
|
* [ScreenEdit] Disable converting rows to a stop or beat starting on beat 0.
|
||||||
There should be no reason for this at this time. [Wolfman2000]
|
There should be no reason for this at this time. [Wolfman2000]
|
||||||
|
* [MusicWheelItem] Add/reinstate MusicWheelItem Mode Normal/Color/OverPart. [AJ]
|
||||||
|
|
||||||
2011/09/23
|
2011/09/23
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -241,7 +241,11 @@ void MusicWheelItem::LoadFromWheelItemData( const WheelItemBaseData *pData, int
|
|||||||
break;
|
break;
|
||||||
case TYPE_SORT:
|
case TYPE_SORT:
|
||||||
sDisplayName = pWID->m_sLabel;
|
sDisplayName = pWID->m_sLabel;
|
||||||
type = MusicWheelItemType_Sort;
|
// hack to get mode items working. -freem
|
||||||
|
if( pWID->m_pAction->m_pm != PlayMode_Invalid )
|
||||||
|
type = MusicWheelItemType_Mode;
|
||||||
|
else
|
||||||
|
type = MusicWheelItemType_Sort;
|
||||||
break;
|
break;
|
||||||
case TYPE_ROULETTE:
|
case TYPE_ROULETTE:
|
||||||
sDisplayName = THEME->GetString("MusicWheel","Roulette");
|
sDisplayName = THEME->GetString("MusicWheel","Roulette");
|
||||||
|
|||||||
Reference in New Issue
Block a user