Replace Steps:UseSplitTiming.
Instead, use Song:IsStepsUsingDifferentTiming.
This commit is contained in:
+1
-1
@@ -1122,7 +1122,7 @@ void ScreenEdit::Init()
|
||||
/* The user will most likely switch into Step Timing after laying down
|
||||
some initial notes. It also throws off many people at first glance.
|
||||
*/
|
||||
if( m_pSteps->UsesSplitTiming() )
|
||||
if( m_pSong->IsStepsUsingDifferentTiming(m_pSteps) )
|
||||
GAMESTATE->m_bIsUsingStepTiming = true;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user