more work on a new course editor
This commit is contained in:
@@ -78,7 +78,7 @@ void ScoreDisplayLifeTime::OnLoadSong()
|
||||
|
||||
Course* pCourse = GAMESTATE->m_pCurCourse;
|
||||
ASSERT( pCourse );
|
||||
const CourseEntry *pEntry = &pCourse->m_entries[GAMESTATE->GetCourseSongIndex()];
|
||||
const CourseEntry *pEntry = &pCourse->m_vEntries[GAMESTATE->GetCourseSongIndex()];
|
||||
|
||||
PlayGainLoss( GAIN_LIFE_COMMAND_NAME, pEntry->fGainSeconds );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user