This commit is contained in:
Chris Danford
2006-06-12 09:15:39 +00:00
parent 5de6202367
commit cdfae39494
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -78,8 +78,7 @@ void LifeMeterTime::OnLoadSong()
const CourseEntry *pEntry = &pCourse->m_vEntries[GAMESTATE->GetCourseSongIndex()];
m_fLifeTotalGainedSeconds += pEntry->fGainSeconds;
if( GAMESTATE->GetCourseSongIndex() > 0 )
m_soundGainLife.Play();
m_soundGainLife.Play();
}