diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index dabda6e4ff..6b3d4e65ef 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2552,6 +2552,7 @@ void ScreenEdit::HandleMainMenuChoice( MainMenuChoice c, const vector &iAns ASSERT( pSteps->IsAnEdit() ); pSteps->SetSavedToDisk( true ); + pSteps->SetLoadedFromProfile( ProfileSlot_Machine ); CopyToLastSave(); ClearUndo();