From d95b9f4a6f64450da56ede1a5ae87503cba58bd4 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 15 Mar 2006 03:48:35 +0000 Subject: [PATCH] remove deleted SEnding metrics remove combo on SGSyncMachine --- stepmania/Themes/default/metrics.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index ffbad148a2..1a5ae8d16c 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -2814,7 +2814,6 @@ FullComboW1Command= FullComboBrokenCommand= MissComboCommand=%function(self) local origZoom=self:GetZoom(); self:zoom(1.2*origZoom); self:linear(0.05); self:zoom(origZoom); end - [Player] ReceptorArrowsYStandard=-144 ReceptorArrowsYReverse=144 @@ -4663,6 +4662,7 @@ Class=ScreenGameplaySyncMachine Fallback=ScreenGameplay PrevScreen=ScreenOptionsService NextScreen=ScreenOptionsService +PlayerType=PlayerSyncMachine LifeP1OnCommand=hidden,1 LifeP2OnCommand=hidden,1 ScoreP1OnCommand=hidden,1 @@ -5117,5 +5117,6 @@ Fallback=PaneDisplayP1 Class=ScreenSandbox Fallback=Screen -[ScreenEnding] -UseMachineProfile=0 +[PlayerSyncMachine] +Fallback=Player +ComboOnCommand=hidden,1