-30 -> 30

This commit is contained in:
Steve Checkoway
2006-07-24 03:03:43 +00:00
parent 018d862f06
commit 1ca8ec0f11
+1 -1
View File
@@ -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 )