diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 83d2dea474..840a727311 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -522,6 +522,7 @@ void ScreenEdit::Init() g_iShiftAnchor = -1; + m_EditMode = MODE_INVALID; TransitionEditMode( MODE_EDITING ); this->AddChild( &m_Background );