From 1ca8ec0f112db07a54be833a76c0fe2cea6aa7a2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 24 Jul 2006 03:03:43 +0000 Subject: [PATCH] -30 -> 30 --- stepmania/Themes/default/Scripts/Other.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/Scripts/Other.lua b/stepmania/Themes/default/Scripts/Other.lua index 5ce672c736..f5e82825e7 100644 --- a/stepmania/Themes/default/Scripts/Other.lua +++ b/stepmania/Themes/default/Scripts/Other.lua @@ -21,7 +21,7 @@ end function JudgmentTransformSharedCommand( self, pn, mp, iEnabledPlayerIndex, iNumEnabledPlayers, bUsingBothSides, bReverse, bCentered ) local x = -120 local y = -30 - if bReverse then y = -30 end + if bReverse then y = 30 end if pn == 1 then x = 120 end self:x( x ) self:y( y )