the other part of the board changes from shakesoda. (also I think midi edited 03 themeprefs but i'm not sure)

This commit is contained in:
AJ Kelly
2010-07-21 10:05:03 -05:00
parent 856fd52c88
commit 1bf9b7bfbf
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+2 -2
View File
@@ -5,13 +5,13 @@ function InitUserPrefs()
SetUserPref("UserPrefGameplayShowStepsDisplay", true);
end;
if GetUserPref("UserPrefGameplayShowScore") == nil then
SetUserPref("UserPrefGameplayShowScore", true);
SetUserPref("UserPrefGameplayShowScore", false);
end;
if GetUserPrefB("UserPrefShowLotsaOptions") == nil then
SetUserPref("UserPrefShowLotsaOptions", true);
end;
if GetUserPrefB("UserPrefAutoSetStyle") == nil then
SetUserPref("UserPrefAutoSetStyle", true);
SetUserPref("UserPrefAutoSetStyle", false);
end;
if GetUserPrefB("UserPrefLongFail") == nil then
SetUserPref("UserPrefLongFail", false);