save Preferred, Stage, Song, and Current modifiers separately. This eliminates the fragile mods store/restore.

This commit is contained in:
Chris Danford
2006-08-05 02:38:05 +00:00
parent 5440a7b613
commit 7ac45c24e4
47 changed files with 389 additions and 363 deletions
+1 -1
View File
@@ -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++ )
{