updated some incorrect names in the preferences file

adjusted rate timer increased while playing oni courses to reflect song play modifiers
This commit is contained in:
Andrew Wong
2003-07-07 11:02:23 +00:00
parent f32fdae326
commit 0f996ab2b1
+2 -1
View File
@@ -45,7 +45,8 @@ void ScoreDisplayOni::Update( float fDelta )
float fSecsIntoPlay;
if( GAMESTATE->IsPlayerEnabled(m_PlayerNumber) )
fSecsIntoPlay = GAMESTATE->m_CurStageStats.fAliveSeconds[m_PlayerNumber];
// cure: multiplied by music rate to adjust timer
fSecsIntoPlay = GAMESTATE->m_CurStageStats.fAliveSeconds[m_PlayerNumber] * GAMESTATE->m_SongOptions.m_fMusicRate;
else
fSecsIntoPlay = 0;