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:
@@ -45,7 +45,8 @@ void ScoreDisplayOni::Update( float fDelta )
|
|||||||
|
|
||||||
float fSecsIntoPlay;
|
float fSecsIntoPlay;
|
||||||
if( GAMESTATE->IsPlayerEnabled(m_PlayerNumber) )
|
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
|
else
|
||||||
fSecsIntoPlay = 0;
|
fSecsIntoPlay = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user