Remove Notes::DefaultScrollDirection metric. Use DefaultModifers pref instead.
This commit is contained in:
@@ -19,9 +19,6 @@ ColorP2=1.0,0.5,0.2,1 // orange
|
||||
InitialScreen=ScreenCompany
|
||||
WindowTitle=StepMania
|
||||
|
||||
[Notes]
|
||||
DefaultScrollDirection=0
|
||||
|
||||
[ModeSwitcher]
|
||||
PrevModeX=-200
|
||||
PrevModeY=-170
|
||||
|
||||
@@ -77,12 +77,6 @@ MusicWheel::MusicWheel()
|
||||
else
|
||||
LOG->Trace( "Current Song: NULL" );
|
||||
|
||||
if(DEFAULT_SCROLL_DIRECTION && GAMESTATE->m_pCurSong == NULL) /* check the song is null... incase they have just come back from a song and changed their PlayerOptions */
|
||||
{
|
||||
for(int i=0; i<NUM_PLAYERS; i++)
|
||||
GAMESTATE->m_PlayerOptions[i].m_fReverseScroll = 1;
|
||||
}
|
||||
|
||||
// update theme metric cache
|
||||
ITEM_CURVE_X.Refresh();
|
||||
ITEM_SPACING_Y.Refresh();
|
||||
|
||||
Reference in New Issue
Block a user