m_NotesType => m_StepsType
split NoteDataUtil to sep file
This commit is contained in:
@@ -180,7 +180,7 @@ void BPMDisplay::SetBPM( const Course* pCourse )
|
||||
ASSERT( pCourse );
|
||||
|
||||
vector<Course::Info> ci;
|
||||
pCourse->GetCourseInfo( GAMESTATE->GetCurrentStyleDef()->m_NotesType, ci );
|
||||
pCourse->GetCourseInfo( GAMESTATE->GetCurrentStyleDef()->m_StepsType, ci );
|
||||
|
||||
ASSERT( ci.size() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user