Remove Notes::DefaultScrollDirection metric. Use DefaultModifers pref instead.

This commit is contained in:
Chris Danford
2003-08-03 00:15:39 +00:00
parent bf02bfddf4
commit a5484733ab
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -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
-6
View File
@@ -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();