use enum for attract sound frequency

This commit is contained in:
Chris Danford
2005-06-11 10:53:16 +00:00
parent b45f4c0d5a
commit 386de4e74c
5 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ static void AspectRatio( int &sel, bool ToSel, const ConfOption *pConfOption )
/* Sound options */
MOVE( ResamplingQuality, PREFSMAN->m_SoundResampleQuality );
MOVE( AttractSoundFrequency,PREFSMAN->m_iAttractSoundFrequency );
MOVE( AttractSoundFrequency,PREFSMAN->m_AttractSoundFrequency );
static void SoundVolume( int &sel, bool ToSel, const ConfOption *pConfOption )
{