change default MusicWheelSwitchSpeed to 15 (was 10)
This commit is contained in:
+10
-5
@@ -5,19 +5,23 @@ from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
StepMania 5.0 Preview 1a | 20110603
|
StepMania 5.0 Preview 2 | 20110???
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Date Forgotten
|
2011/06/04
|
||||||
--------------
|
----------
|
||||||
* [ScreenEdit] Fix Song Timing behaviors. [Wolfman2000]
|
* Changed default MusicWheelSwitchSpeed to 15 (was 10). [AJ]
|
||||||
* [NotesLoaderSM] Fix an Offset load bug. [Wolfman2000]
|
|
||||||
|
================================================================================
|
||||||
|
StepMania 5.0 Preview 1a | 20110603
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
2011/06/03
|
2011/06/03
|
||||||
----------
|
----------
|
||||||
* [LifeMeterBattery] Added LivesLeft param to LifeChanged message. [AJ]
|
* [LifeMeterBattery] Added LivesLeft param to LifeChanged message. [AJ]
|
||||||
* [Windows] Set up directories for pictures and app data in their proper
|
* [Windows] Set up directories for pictures and app data in their proper
|
||||||
location. [Henke]
|
location. [Henke]
|
||||||
|
* [NotesLoaderSM] Fix an Offset load bug. [Wolfman2000]
|
||||||
|
|
||||||
2011/06/02
|
2011/06/02
|
||||||
----------
|
----------
|
||||||
@@ -30,6 +34,7 @@ Date Forgotten
|
|||||||
2011/06/01
|
2011/06/01
|
||||||
----------
|
----------
|
||||||
* [TimingData] Added the HasScrollChanges lua binding. [Wolfman2000]
|
* [TimingData] Added the HasScrollChanges lua binding. [Wolfman2000]
|
||||||
|
* [ScreenEdit] Fix Song Timing behaviors. [Wolfman2000]
|
||||||
|
|
||||||
2011/05/31
|
2011/05/31
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ PrefsManager::PrefsManager() :
|
|||||||
m_bShowNativeLanguage ( "ShowNativeLanguage", true ),
|
m_bShowNativeLanguage ( "ShowNativeLanguage", true ),
|
||||||
m_iArcadeOptionsNavigation ( "ArcadeOptionsNavigation", 0 ),
|
m_iArcadeOptionsNavigation ( "ArcadeOptionsNavigation", 0 ),
|
||||||
m_MusicWheelUsesSections ( "MusicWheelUsesSections", MusicWheelUsesSections_ALWAYS ),
|
m_MusicWheelUsesSections ( "MusicWheelUsesSections", MusicWheelUsesSections_ALWAYS ),
|
||||||
m_iMusicWheelSwitchSpeed ( "MusicWheelSwitchSpeed", 10 ),
|
m_iMusicWheelSwitchSpeed ( "MusicWheelSwitchSpeed", 15 ),
|
||||||
m_AllowW1 ( "AllowW1", ALLOW_W1_EVERYWHERE ),
|
m_AllowW1 ( "AllowW1", ALLOW_W1_EVERYWHERE ),
|
||||||
m_bEventMode ( "EventMode", true ),
|
m_bEventMode ( "EventMode", true ),
|
||||||
m_iCoinsPerCredit ( "CoinsPerCredit", 1 ),
|
m_iCoinsPerCredit ( "CoinsPerCredit", 1 ),
|
||||||
|
|||||||
Reference in New Issue
Block a user