[sm130futures] Turn on Extreme scoring.

This will need some fixing obviously.
This commit is contained in:
Jason Felds
2011-03-28 22:38:11 -04:00
parent 7ea0ef275a
commit 8d61693219
+1 -1
View File
@@ -231,7 +231,7 @@ function UserPrefShowLotsaOptions()
end
function UserPrefSpecialScoringMode()
local baseChoices = { 'DDR 1stMIX', 'DDR 4thMIX', 'DDR SuperNOVA', 'DDR SuperNOVA 2', 'MIGS' }; --'[SSC] Radar Master'
local baseChoices = { 'DDR 1stMIX', 'DDR 4thMIX', 'DDR Extreme', 'DDR SuperNOVA', 'DDR SuperNOVA 2', 'MIGS' }; --'[SSC] Radar Master'
local t = {
Name = "UserPrefSpecialScoringMode";
LayoutType = "ShowAllInRow";