update comment
This commit is contained in:
+5
-2
@@ -2848,8 +2848,11 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
// IMPORTANT: CopyFromLastSave before deleting the Steps below
|
// IMPORTANT: CopyFromLastSave before deleting the Steps below
|
||||||
CopyFromLastSave();
|
CopyFromLastSave();
|
||||||
|
|
||||||
/* The user has been given a choice to save. Delete all unsaved
|
/* The user has been given a choice to save.
|
||||||
* steps before exiting the editor. */
|
* Delete all unsaved steps before exiting the editor. */
|
||||||
|
/* FIXME: This code causes all the steps to be deleted if you quit
|
||||||
|
* without saving. However, without this code, any new steps will get
|
||||||
|
* saved on quit. -aj */
|
||||||
/*
|
/*
|
||||||
Song *pSong = GAMESTATE->m_pCurSong;
|
Song *pSong = GAMESTATE->m_pCurSong;
|
||||||
const vector<Steps*> &apSteps = pSong->GetAllSteps();
|
const vector<Steps*> &apSteps = pSong->GetAllSteps();
|
||||||
|
|||||||
Reference in New Issue
Block a user