Autokeysound transformation!

This commit is contained in:
Thai Pangsakulyanont
2011-02-25 20:42:50 +07:00
parent 69ff65b9a7
commit 1aa51dca15
2 changed files with 42 additions and 4 deletions
+4 -3
View File
@@ -572,7 +572,6 @@ static bool LoadFromBMSFile( const RString &sPath, const NameToData_t &mapNameTo
}
}
out.m_StepsType = DetermineStepsType( iPlayer, ndNotes, sPath );
if( out.m_StepsType == StepsType_beat_single5 && GetTagFromMap( mapNameToData, "#title", sData ) )
{
@@ -700,8 +699,10 @@ static bool LoadFromBMSFile( const RString &sPath, const NameToData_t &mapNameTo
{
TapNote tn = ndNotes.GetTapNote( t, row );
int iEmptyTrack = -1;
for ( int i=0; i<iNumNewTracks; i++ ) {
if ( ndNotes.GetTapNote(iTransformNewToOld[i], row) == TAP_EMPTY ) {
for( int i=0; i<iNumNewTracks; i++ )
{
if ( ndNotes.GetTapNote(iTransformNewToOld[i], row) == TAP_EMPTY )
{
iEmptyTrack = iTransformNewToOld[i];
}
}