include IsCourse(), fix StageDisplay for courses!
(cherry picked from commit 56003157f77be78bd5ab9e608b1f3836cf288e08)
This commit is contained in:
@@ -121,9 +121,7 @@ Branch = {
|
||||
elseif STATSMAN:GetCurStageStats():AllFailed() then
|
||||
return "ScreenGameOver"
|
||||
elseif GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() == 0 then
|
||||
if GAMESTATE:GetPlayMode() ~= "PlayMode_Regular"
|
||||
and GAMESTATE:GetPlayMode() ~= "PlayMode_Battle"
|
||||
and GAMESTATE:GetPlayMode() ~= "PlayMode_Rave" then
|
||||
if IsCourse() then
|
||||
return "ScreenEvaluationSummary"
|
||||
else
|
||||
return "ScreenGameOver"
|
||||
|
||||
Reference in New Issue
Block a user