Added Pumps 'half-double' style

This commit is contained in:
Andrew Livy
2003-05-22 01:34:03 +00:00
parent 35aab38460
commit 5641af692a
10 changed files with 70 additions and 17 deletions
+4
View File
@@ -135,7 +135,11 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out, const Song &s
} else if( sFName.Find("_2") != -1 ) {
notedata.SetNumTracks( 10 );
out.m_NotesType = NOTES_TYPE_PUMP_COUPLE;
} else if( sFName.Find("halfdouble") != -1 ) {
notedata.SetNumTracks( 6 );
out.m_NotesType = NOTES_TYPE_PUMP_HALFDOUBLE;
}
}
int iHoldStartRow[13];