From 6b4f1eb93f429c4162bacb2d2dfdd4f52bb9026f Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sat, 21 May 2011 18:26:15 -0700 Subject: [PATCH] Default to Song Timing, not Step Timing. --- src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 41ce749a0b..1476d06974 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -705,7 +705,7 @@ void ScreenEdit::Init() { m_pSoundMusic = NULL; - GAMESTATE->m_bIsUsingStepTiming = true; + GAMESTATE->m_bIsUsingStepTiming = false; GAMESTATE->m_bInStepEditor = true; SubscribeToMessage( "Judgment" );