[splittiming] make ScreenEdit edit the Steps's timing data only.

NOTES: now, newly created songs will have the default timing data (60bpm throughout the song) and
NoteFields currently doesn't work yet.
This commit is contained in:
Thai Pangsakulyanont
2011-05-10 16:55:00 +07:00
parent b634639e8e
commit d0e9e58030
3 changed files with 69 additions and 70 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ void ScreenEditMenu::MenuStart( const InputEventPlus &input )
case EditMenuAction_Create:
ASSERT( !pSteps );
{
pSteps = new Steps;
pSteps = pSong->CreateSteps();
switch( m_Selector.EDIT_MODE )
{