vc7 compile fix

This commit is contained in:
Glenn Maynard
2004-10-24 19:21:44 +00:00
parent 0fd765f611
commit 6d8a38b6a5
+1 -1
View File
@@ -489,7 +489,7 @@ bool BMSLoader::LoadFromBMSFile( const CString &sPath, Steps &out, const map<CSt
NoteData noteData2;
noteData2.SetNumTracks( iNumNewTracks );
noteData2.LoadTransformed( ndNotes, iNumNewTracks, iTransformNewToOld.begin() );
noteData2.LoadTransformed( ndNotes, iNumNewTracks, &*iTransformNewToOld.begin() );
out.SetNoteData( noteData2 );