Patches submitted by Tobias Diedrich in this e-mail: https://sourceforge.net/mailarchive/forum.php\?thread_id=2533169\&forum_id=2749
This commit is contained in:
@@ -73,8 +73,10 @@ bool DWILoader::LoadFromDWITokens(
|
||||
out.m_NotesType = NOTES_TYPE_INVALID;
|
||||
|
||||
sStepData1.Replace( "\n", "" );
|
||||
sStepData1.Replace( "\r", "" );
|
||||
sStepData1.Replace( " ", "" );
|
||||
sStepData2.Replace( "\n", "" );
|
||||
sStepData2.Replace( "\r", "" );
|
||||
sStepData2.Replace( " ", "" );
|
||||
|
||||
if( sMode == "SINGLE" ) out.m_NotesType = NOTES_TYPE_DANCE_SINGLE;
|
||||
|
||||
Reference in New Issue
Block a user