This commit is contained in:
William Reading
2003-06-07 14:12:47 +00:00
parent bf77ee902f
commit 985dfb3e9d
6 changed files with 42 additions and 96 deletions
+2
View File
@@ -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;