[splittiming] PlayerOptions -> HasTimingChanges.
Steps gained most of the functionality and lua doc. Leaving song version in: may still have a use thanks to #DISPLAYBPM.
This commit is contained in:
@@ -680,7 +680,7 @@ bool PlayerOptions::operator==( const PlayerOptions &other ) const
|
||||
|
||||
bool PlayerOptions::IsEasierForSongAndSteps( Song* pSong, Steps* pSteps, PlayerNumber pn ) const
|
||||
{
|
||||
if( m_fTimeSpacing && pSong->HasSignificantBpmChangesOrStops() )
|
||||
if( m_fTimeSpacing && pSteps->HasSignificantTimingChanges() )
|
||||
return true;
|
||||
const RadarValues &rv = pSteps->GetRadarValues( pn );
|
||||
if( m_bTransforms[TRANSFORM_NOHOLDS] && rv[RadarCategory_Holds]>0 )
|
||||
|
||||
Reference in New Issue
Block a user