Move SPLoad before SSDifficulty.
This fixes bug 1738254, selecting difficulties does nothing.
This commit is contained in:
@@ -91,7 +91,7 @@ DefaultChoice="1"
|
||||
NumChoicesOnPage1=100
|
||||
WrapCursor=true
|
||||
AllowRepeatingInput=true
|
||||
Choice1="ApplyDefaultOptions;screen,"..ScreenCautionBranch()..";text,Game Start"
|
||||
Choice1="ApplyDefaultOptions;screen,ScreenProfileLoad;text,Game Start"
|
||||
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
||||
Choice3="screen,ScreenSelectGame;text,Select Game"
|
||||
Choice4="screen,ScreenOptionsService;text,Options"
|
||||
@@ -139,7 +139,7 @@ Choice1="screen,ScreenSelectStyle"
|
||||
[ScreenProfileLoad]
|
||||
Class="ScreenProfileLoad"
|
||||
Fallback="ScreenWithMenuElements"
|
||||
NextScreen=SongSelectionScreen()
|
||||
NextScreen=ScreenCautionBranch()
|
||||
PrevScreen=ScreenTitleBranch()
|
||||
TimerSeconds=-1
|
||||
LoadEdits=true
|
||||
@@ -3331,7 +3331,7 @@ SleepAfterTweenOffSeconds=0.8
|
||||
TimerSeconds=40
|
||||
StyleIcon=true
|
||||
PrevScreen=ScreenTitleBranch()
|
||||
NextScreen="ScreenProfileLoad"
|
||||
NextScreen=SongSelectionScreen()
|
||||
|
||||
[BeginnerHelper]
|
||||
# All X,Y coordinates are relative to the HelperX,Y
|
||||
|
||||
Reference in New Issue
Block a user