This time, you had a minute of time.

This commit is contained in:
Jason Felds
2011-07-07 18:28:27 -04:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ Branch = {
if PROFILEMAN:GetNumLocalProfiles() >= 2 then
return "ScreenSelectProfile";
else
return Branch.AfterSelectProfile();
return "ScreenProfileLoad";
end
end,
OptionsEdit = function()
@@ -79,7 +79,7 @@ Branch = {
return "ScreenOptionsEdit";
end,
AfterProfileLoad = function()
return "ScreenSelectProfile"
return Branch.AfterSelectProfile()
end,
AfterSelectProfile = function()
if ( THEME:GetMetric("Common","AutoSetStyle") == true ) then
+1 -1
View File
@@ -28,7 +28,7 @@ ScreenHeight=480
AutoSetStyle=GetUserPrefB("UserPrefAutoSetStyle")
# Default modifiers and noteskin.
DefaultModifiers="1.5x"
DefaultModifiers=""
DefaultNoteSkinName="default"
# Difficulties to show. Useful for custom games where you want to hide these.