Replace Steps:UseSplitTiming.

Instead, use Song:IsStepsUsingDifferentTiming.
This commit is contained in:
Jason Felds
2012-04-08 23:56:28 -04:00
parent 2031cbb366
commit 26f5e8d78c
6 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -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;