This time, you had a minute of time.
This commit is contained in:
@@ -68,7 +68,7 @@ Branch = {
|
|||||||
if PROFILEMAN:GetNumLocalProfiles() >= 2 then
|
if PROFILEMAN:GetNumLocalProfiles() >= 2 then
|
||||||
return "ScreenSelectProfile";
|
return "ScreenSelectProfile";
|
||||||
else
|
else
|
||||||
return Branch.AfterSelectProfile();
|
return "ScreenProfileLoad";
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
OptionsEdit = function()
|
OptionsEdit = function()
|
||||||
@@ -79,7 +79,7 @@ Branch = {
|
|||||||
return "ScreenOptionsEdit";
|
return "ScreenOptionsEdit";
|
||||||
end,
|
end,
|
||||||
AfterProfileLoad = function()
|
AfterProfileLoad = function()
|
||||||
return "ScreenSelectProfile"
|
return Branch.AfterSelectProfile()
|
||||||
end,
|
end,
|
||||||
AfterSelectProfile = function()
|
AfterSelectProfile = function()
|
||||||
if ( THEME:GetMetric("Common","AutoSetStyle") == true ) then
|
if ( THEME:GetMetric("Common","AutoSetStyle") == true ) then
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ ScreenHeight=480
|
|||||||
AutoSetStyle=GetUserPrefB("UserPrefAutoSetStyle")
|
AutoSetStyle=GetUserPrefB("UserPrefAutoSetStyle")
|
||||||
|
|
||||||
# Default modifiers and noteskin.
|
# Default modifiers and noteskin.
|
||||||
DefaultModifiers="1.5x"
|
DefaultModifiers=""
|
||||||
DefaultNoteSkinName="default"
|
DefaultNoteSkinName="default"
|
||||||
|
|
||||||
# Difficulties to show. Useful for custom games where you want to hide these.
|
# Difficulties to show. Useful for custom games where you want to hide these.
|
||||||
|
|||||||
Reference in New Issue
Block a user