Invalid
This commit is contained in:
@@ -223,7 +223,7 @@ void NotesWriterDWI::WriteDWINotesField( RageFile &f, const Steps &out, int star
|
||||
break;
|
||||
case NOTE_TYPE_48TH:
|
||||
case NOTE_TYPE_192ND:
|
||||
case NOTE_TYPE_INVALID:
|
||||
case NOTE_TYPE_Invalid:
|
||||
// since, for whatever reason, the only way to do
|
||||
// 48ths is through a block of 192nds...
|
||||
f.Write( "`" );
|
||||
@@ -300,7 +300,7 @@ void NotesWriterDWI::WriteDWINotesField( RageFile &f, const Steps &out, int star
|
||||
break;
|
||||
case NOTE_TYPE_48TH:
|
||||
case NOTE_TYPE_192ND:
|
||||
case NOTE_TYPE_INVALID:
|
||||
case NOTE_TYPE_Invalid:
|
||||
f.Write( "'" );
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user