make RageSoundParams available

This commit is contained in:
Glenn Maynard
2004-02-28 01:02:06 +00:00
parent e1ed217f78
commit 71d1380951
5 changed files with 92 additions and 98 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ ScreenEdit::ScreenEdit( CString sName ) : Screen( sName )
m_soundMusic.Load(m_pSong->GetMusicPath());
m_soundMusic.SetAccurateSync(true);
m_soundMusic.SetStopMode(RageSound::M_CONTINUE);
m_soundMusic.SetStopMode( RageSoundParams::M_CONTINUE );
m_soundAssistTick.Load( THEME->GetPathToS("ScreenEdit assist tick") );
}