p.m_FadeLength -> p.m_fFadeOutSeconds

This commit is contained in:
Glenn Maynard
2007-04-06 18:09:46 +00:00
parent 64910a7c0a
commit f6677b20a3
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ static void StartMusic( MusicToPlay &ToPlay )
RageSoundParams p;
p.m_StartSecond = ToPlay.fStartSecond;
p.m_LengthSeconds = ToPlay.fLengthSeconds;
p.m_FadeLength = ToPlay.fFadeOutLengthSeconds;
p.m_fFadeOutSeconds = ToPlay.fFadeOutLengthSeconds;
p.m_StartTime = when;
if( ToPlay.bForceLoop )
p.StopMode = RageSoundParams::M_LOOP;