Missed commit.
This commit is contained in:
@@ -58,7 +58,6 @@ function ScreenPlayerOptionsNext()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function GetGameplayScreen()
|
function GetGameplayScreen()
|
||||||
if GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2() then return "ScreenGameplay" end
|
|
||||||
return "ScreenGameplay"
|
return "ScreenGameplay"
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -142,22 +141,22 @@ function GetGameplayNextScreen()
|
|||||||
Trace( " IsExtraStage2 = "..tostring(GAMESTATE:IsExtraStage2()) )
|
Trace( " IsExtraStage2 = "..tostring(GAMESTATE:IsExtraStage2()) )
|
||||||
Trace( " Event mode = "..tostring(IsEventMode()) )
|
Trace( " Event mode = "..tostring(IsEventMode()) )
|
||||||
|
|
||||||
if Passed or GAMESTATE:IsCourseMode() or
|
|
||||||
GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2() or
|
|
||||||
GetTopScreenMetric( "ShowEvaluationOnFail" ) == "1"
|
|
||||||
then
|
|
||||||
Trace( "Go to evaluation screen" )
|
|
||||||
return SelectEvaluationScreen()
|
return SelectEvaluationScreen()
|
||||||
end
|
-- if Passed or GAMESTATE:IsCourseMode() or
|
||||||
|
-- GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2()
|
||||||
if IsEventMode() then
|
-- then
|
||||||
Trace( "Go to song selection screen" )
|
-- Trace( "Go to evaluation screen" )
|
||||||
-- DeletePreparedScreens()
|
-- return SelectEvaluationScreen()
|
||||||
return SongSelectionScreen()
|
-- end
|
||||||
end
|
--
|
||||||
|
-- if IsEventMode() then
|
||||||
Trace( "ScreenGameOver" )
|
-- Trace( "Go to song selection screen" )
|
||||||
return "ScreenGameOver"
|
-- -- DeletePreparedScreens()
|
||||||
|
-- return SongSelectionScreen()
|
||||||
|
-- end
|
||||||
|
--
|
||||||
|
-- Trace( "ScreenGameOver" )
|
||||||
|
-- return "ScreenGameOver"
|
||||||
end
|
end
|
||||||
|
|
||||||
local function ShowScreenInstructions()
|
local function ShowScreenInstructions()
|
||||||
|
|||||||
Reference in New Issue
Block a user