fix MinScoreToContinueCombo

This commit is contained in:
Glenn Maynard
2005-06-25 04:33:17 +00:00
parent 8dbff84a30
commit a9a3d20f20
+1 -1
View File
@@ -17,7 +17,7 @@ MaxCourseEntriesBeforeShowVarious=6
[Gameplay]
ComboIsPerRow=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI
MinScoreToContinueCombo=%function() if GAMESTATE:GetPlayMode() == PLAY_MODE_ONI then return TNS_PERFECT else return TNS_GREAT end end
MinScoreToContinueCombo=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI and TNS_PERFECT or TNS_GREAT
MinScoreToMaintainCombo=TNS_GREAT
[Screen]