go to game over instead of eval summary; add select menu sounds.

This commit is contained in:
Jonathan Payne
2011-08-20 19:24:20 -07:00
parent 7db126d138
commit f4f457cd0a
3 changed files with 16 additions and 4 deletions
+2
View File
@@ -185,6 +185,8 @@ Branch = {
AfterEvaluation = function()
if GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() >= 1 then
return "ScreenProfileSave"
elseif STATSMAN:GetCurStageStats():AllFailed() then
return "ScreenProfileSaveSummary"
else
return "ScreenEvaluationSummary"
end