add versus 5 and 7 key modes to beat, hopefully fixing issue 511

This commit is contained in:
AJ Kelly
2011-09-02 21:08:25 -05:00
parent abb21b32a1
commit b9370ad3ed
3 changed files with 8 additions and 6 deletions
@@ -4,11 +4,10 @@ function InitGamePrefs()
{
{ "DefaultFail", "Immediate" },
};
local BPrefs =
{
{ "ComboOnRolls", false },
};
for idx,pref in ipairs(Prefs) do
@@ -39,13 +38,14 @@ function InitUserPrefs()
local BPrefs =
{
{ "UserPrefAutoSetStyle", false },
{ "UserPrefComboUnderField", true },
{ "UserPrefAutoSetStyle", false },
{ "UserPrefNotePosition", true },
{ "UserPrefShowLotsaOptions", true},
{ "UserPrefLongFail", false},
{ "UserPrefNotePosition", true },
{ "UserPrefProtimingP1", false},
{ "UserPrefProtimingP2", false},
{ "UserPrefShowLotsaOptions", true},
{ "ComboOnRolls", false},
{ "FlashyCombos", false},
{ "GameplayFooter", false},
};