name cleanup: "pNotes" -> "pSteps"
This commit is contained in:
@@ -426,7 +426,7 @@ bool BMSLoader::LoadFromDir( CString sDir, Song &out )
|
||||
const bool ok = LoadFromBMSFile( out.GetSongDir() + arrayBMSFileNames[i],
|
||||
*pNewNotes );
|
||||
if( ok )
|
||||
out.m_apNotes.push_back( pNewNotes );
|
||||
out.m_vpSteps.push_back( pNewNotes );
|
||||
else
|
||||
delete pNewNotes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user