From 3d5403dfd9f1b4dbf4a43afd746719a64b999c64 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 6 Dec 2005 19:07:32 +0000 Subject: [PATCH] SetLoadedFromProfile so that a new edit will show up in the list of edits --- stepmania/src/ScreenEdit.cpp | 1 + 1 file changed, 1 insertion(+) 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();