[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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user