cleanup:
use references when passing NoteData Have player own a NoteDataWithScoring, not derive from it
This commit is contained in:
@@ -76,7 +76,7 @@ RadarValues Trail::GetRadarValues() const
|
||||
if( !pSteps->IsAutogen() && e->ContainsTransformOrTurn() )
|
||||
{
|
||||
NoteData nd;
|
||||
pSteps->GetNoteData( &nd );
|
||||
pSteps->GetNoteData( nd );
|
||||
RadarValues rv_orig;
|
||||
NoteDataUtil::GetRadarValues( nd, e->pSong->m_fMusicLengthSeconds, rv_orig );
|
||||
PlayerOptions po;
|
||||
|
||||
Reference in New Issue
Block a user