add @waiei's hybrid scoring and fix up supernova 2 scoring

This commit is contained in:
AJ Kelly
2011-06-08 14:36:24 -05:00
parent d0821262d1
commit 90e563cbce
2 changed files with 56 additions and 7 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ function InitUserPrefs()
end;
function UserPrefScoringMode()
local baseChoices = { 'DDR 1stMIX', 'DDR 4thMIX', 'DDR Extreme', 'DDR SuperNOVA', 'DDR SuperNOVA 2', 'MIGS' }; --'[SSC] Radar Master'
local baseChoices = { 'DDR 1stMIX', 'DDR 4thMIX', 'DDR Extreme', 'DDR SuperNOVA', 'DDR SuperNOVA 2', 'MIGS', 'HYBRID' }; --'[SSC] Radar Master'
local t = {
Name = "UserPrefScoringMode";
LayoutType = "ShowAllInRow";