SetLoadedFromProfile so that a new edit will show up in the list of edits

This commit is contained in:
Chris Danford
2005-12-06 19:07:32 +00:00
parent ed1c2766c2
commit 3d5403dfd9
+1
View File
@@ -2552,6 +2552,7 @@ void ScreenEdit::HandleMainMenuChoice( MainMenuChoice c, const vector<int> &iAns
ASSERT( pSteps->IsAnEdit() );
pSteps->SetSavedToDisk( true );
pSteps->SetLoadedFromProfile( ProfileSlot_Machine );
CopyToLastSave();
ClearUndo();