From 6f05cd04d1995ffe0817f13bd5ea5d29f0f674a5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 16 Jun 2005 07:45:34 +0000 Subject: [PATCH] no, really, fix from testing --- stepmania/Themes/default/metrics.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 3fa065572a..9e8ed57f4a 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -16,7 +16,7 @@ EditMode=2 MaxCourseEntriesBeforeShowVarious=6 [Gameplay] -ComboIsPerRow=false +ComboIsPerRow=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI MinScoreToContinueCombo=%function() if GAMESTATE:GetPlayMode() == PLAY_MODE_ONI then return TNS_PERFECT else return TNS_GREAT end end MinScoreToMaintainCombo=TNS_GREAT