rename NumArcadeStages pref to SongsPerPlay, to match the options menu

(that name is more consistent); duplicate a bit less info
This commit is contained in:
Glenn Maynard
2005-02-24 06:41:50 +00:00
parent 5797d6a867
commit 155a7bacbc
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ PrefsManager::PrefsManager() :
m_fLifeDeltaPercentChangeNG ( Options, "LifeDeltaPercentChangeNG", -0.080f ),
m_bShowCaution ( Options, "ShowCaution", true ),
m_bEventMode ( Options, "EventMode", false ),
m_iNumArcadeStages ( Options, "NumArcadeStages", 3 ),
m_iNumArcadeStages ( Options, "SongsPerPlay", 3 ),
m_fGlobalOffsetSeconds ( Options, "GlobalOffsetSeconds", 0 )
{
Init();