save Preferred, Stage, Song, and Current modifiers separately. This eliminates the fragile mods store/restore.
This commit is contained in:
@@ -68,7 +68,7 @@ void LyricDisplay::Update( float fDeltaTime )
|
||||
float fShowLength = max( fDistance - fTweenBufferTime, 0.0f );
|
||||
|
||||
// Make lyrics show faster for faster song rates.
|
||||
fShowLength /= GAMESTATE->m_SongOptions.m_fMusicRate;
|
||||
fShowLength /= GAMESTATE->m_SongOptions.GetCurrent().m_fMusicRate;
|
||||
|
||||
for( int i=0; i<2; i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user