diff --git a/stepmania/Themes/default/Scripts/OptionsMenu.lua b/stepmania/Themes/default/Scripts/OptionsMenu.lua index 7ea0240e76..74517c10c3 100644 --- a/stepmania/Themes/default/Scripts/OptionsMenu.lua +++ b/stepmania/Themes/default/Scripts/OptionsMenu.lua @@ -44,9 +44,11 @@ end OptionRowTable = { SaveTo = nil, -- set this + Default = nil, -- set this LoadSelections = function(self, list, pn) local Sort = PROFILEMAN:GetMachineProfile():GetSaved()[self.Name] + or self.Default -- Find the index of the current sort. local Index = FindValue(self.RawChoices, Sort) or 1 list[Index] = true