Checkpoints lumped with judgments on eval.

This commit is contained in:
Jason Felds
2011-07-09 14:40:57 -04:00
parent 0038caed2a
commit 473717cac7
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -105,6 +105,10 @@ function ComboPerRow()
end
end
function EvalUsesCheckpointsWithJudgments()
return (GAMESTATE:GetCurrentGame():GetName() == "pump") and true or false
end
-- these need cleanup really.
function HitCombo()
sGame = GAMESTATE:GetCurrentGame():GetName()
+1 -1
View File
@@ -3226,7 +3226,7 @@ PrevScreen=Branch.AfterEvaluation()
LightsMode="LightsMode_MenuStartOnly"
#
Summary=false
CheckpointsWithJudgments=false
CheckpointsWithJudgments=EvalUsesCheckpointsWithJudgments()
#
TimerSeconds=20
#