Always play attract sound by default. (People keep reporting this as a bug.)

This commit is contained in:
Glenn Maynard
2004-01-11 11:30:53 +00:00
parent 663d17df54
commit cbb1e8cb38
+1 -1
View File
@@ -182,7 +182,7 @@ PrefsManager::PrefsManager()
m_fCenterImageScaleX = 1;
m_fCenterImageScaleY = 1;
m_iAttractSoundFrequency = 4;
m_iAttractSoundFrequency = 1;
m_bAllowExtraStage = true;
g_bAutoRestart = false;