removed 3rdMIX scoring because it didn't really work

This commit is contained in:
Flameshadowxeroshin
2011-01-02 12:06:56 -06:00
parent 61acf7f63d
commit 69089044f1
2 changed files with 1 additions and 15 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ function UserPrefSpecialScoringMode()
SelectType = "SelectOne";
OneChoiceForAllPlayers = true;
ExportOnChange = false;
Choices = { 'DDR 1stMIX', 'DDR 3rdMIX', 'DDR 4thMIX', 'DDR SuperNOVA', 'DDR SuperNOVA 2' };
Choices = { 'DDR 1stMIX', 'DDR 4thMIX', 'DDR SuperNOVA', 'DDR SuperNOVA 2' };
LoadSelections = function(self, list, pn)
if ReadPrefFromFile("UserPrefSpecialScoringMode") ~= nil then
local theValue = ReadPrefFromFile("UserPrefSpecialScoringMode");