style cleanup

This commit is contained in:
Glenn Maynard
2005-09-23 00:12:32 +00:00
parent 76e6382e7d
commit 2f3905325d
5 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ static void StartMusic( MusicToPlay &ToPlay )
p.m_StartSecond = ToPlay.start_sec;
p.m_LengthSeconds = ToPlay.length_sec;
p.m_FadeLength = ToPlay.fade_len;
p.StartTime = when;
p.m_StartTime = when;
if( ToPlay.force_loop )
p.StopMode = RageSoundParams::M_LOOP;
NewMusic->m_Music->SetParams( p );