Fix crash.
This commit is contained in:
@@ -144,7 +144,7 @@ end
|
|||||||
|
|
||||||
function GetGameplayNextScreen()
|
function GetGameplayNextScreen()
|
||||||
Trace( "GetGameplayNextScreen: " )
|
Trace( "GetGameplayNextScreen: " )
|
||||||
local Passed = not AllFailed()
|
local Passed = not STATSMAN:GetCurStageStats():AllFailed()
|
||||||
Trace( " Passed = "..tostring(Passed) )
|
Trace( " Passed = "..tostring(Passed) )
|
||||||
Trace( " IsCourseMode = "..tostring(GAMESTATE:IsCourseMode()) )
|
Trace( " IsCourseMode = "..tostring(GAMESTATE:IsCourseMode()) )
|
||||||
Trace( " IsExtraStage = "..tostring(GAMESTATE:IsExtraStage()) )
|
Trace( " IsExtraStage = "..tostring(GAMESTATE:IsExtraStage()) )
|
||||||
|
|||||||
Reference in New Issue
Block a user