music start fixes

This commit is contained in:
Glenn Maynard
2004-01-11 10:38:38 +00:00
parent 2c0522ef88
commit 720e625b77
3 changed files with 7 additions and 10 deletions
+4 -2
View File
@@ -1211,7 +1211,8 @@ void ScreenSelectMusic::AfterMusicChange()
m_sprCDTitleBack.UnloadTexture();
m_DifficultyDisplay.UnsetDifficulties();
m_fSampleStartSeconds = m_fSampleLengthSeconds = -1;
m_fSampleStartSeconds = 0;
m_fSampleLengthSeconds = -1;
switch( m_MusicWheel.GetSelectedType() )
{
case TYPE_SECTION:
@@ -1308,7 +1309,8 @@ void ScreenSelectMusic::AfterMusicChange()
m_sprCDTitleBack.UnloadTexture();
m_DifficultyDisplay.UnsetDifficulties();
m_fSampleStartSeconds = m_fSampleLengthSeconds = -1;
m_fSampleStartSeconds = 0;
m_fSampleLengthSeconds = -1;
switch( m_MusicWheel.GetSelectedType() )
{
case TYPE_ROULETTE: