From 707357567c2abfda46625318142510ae58715d53 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 21 Feb 2011 12:11:22 -0600 Subject: [PATCH] die, AdjustSpeed --- Themes/default/Languages/en.ini | 2 -- Themes/default/metrics.ini | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Themes/default/Languages/en.ini b/Themes/default/Languages/en.ini index 1fc98403a2..6b950974ab 100644 --- a/Themes/default/Languages/en.ini +++ b/Themes/default/Languages/en.ini @@ -64,7 +64,6 @@ UserPrefSpecialScoringMode=Special Scoring Mode GamePrefNotePosition=Note Positions GamePrefComboOnRolls=Rolls Increment Combo GamePrefComboUnderField=Combo Under Field -GamePrefAdjustSpeed=Adjust Speed UserPrefGameplayShowScore=Show Score UserPrefGameplayShowStepsDisplay=Show Steps @@ -76,7 +75,6 @@ GamePrefAutoSetStyle=Allow the game to list all one player and two player modes GamePrefNotePosition=Determines where the arrow receptors are placed in gameplay. GamePrefComboOnRolls=Choose if rolls should increment the combo or not. GamePrefComboUnderField=Determine if the combo should display under the notes or not. -GamePrefAdjustSpeed=Adjust the default scale for speed modifiers. Normal corresponds to the original StepMania 3.9 speed, Fast is twice that rate. UserPrefGameplayShowScore=Show or Hide the score display in gameplay. UserPrefSpecialScoringMode=Select the scoring mode to be used if the Special scoring type is selected. diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index bf2e39a2ce..97bf7a4d3a 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -824,7 +824,7 @@ ItemsLongRowSharedX=SCREEN_CENTER_X [ScreenOptionsTheme] Fallback="ScreenOptionsServiceChild" -LineNames="gNotePos,gAuto,gScore,gSScore,gSDisp,gOpts,gLongFail,gComboUnderField,FlashyCombo,AdjustSpeed" +LineNames="gNotePos,gAuto,gScore,gSScore,gSDisp,gOpts,gLongFail,gComboUnderField,FlashyCombo" LinegNotePos="lua,GamePrefNotePosition()" LinegScore="lua,UserPrefGameplayShowScore()" LinegSScore="lua,UserPrefSpecialScoringMode()" @@ -834,7 +834,6 @@ LinegAuto="lua,GamePrefAutoSetStyle()" LinegLongFail="lua,UserPrefLongFail()" LinegComboUnderField="lua,GamePrefComboUnderField()" LineFlashyCombo="lua,UserPrefFlashyCombo()" -LineAdjustSpeed="lua,GamePrefAdjustSpeed()" [ScreenOptionsSystemDirection] LineNames="1,2,3,4,5,6,7,8,9,FlashyCombo,RollCombo,10,11,12,13,14,15,16,LF,17,18,19,20,21,22" LineLF="lua,UserPrefLongFail()"