[sm130score] Again, DDR Extreme base.

This commit is contained in:
Jason Felds
2011-04-10 03:49:08 -04:00
parent 0737437c81
commit f4c7d9e8df
+1 -1
View File
@@ -246,7 +246,7 @@ function UserPrefSpecialScoringMode()
for k,v in ipairs(baseChoices) do if v == theValue then list[k] = true success = true break end end;
if success == false then list[1] = true end;
else
WritePrefToFile("UserPrefSpecialScoringMode", 'DDR 1stMIX');
WritePrefToFile("UserPrefSpecialScoringMode", 'DDR Extreme');
list[1] = true;
end;
end;