diff -r 6ffdd276f64e -r 4822b7d41aaa hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Mar 18 00:05:20 2012 +0100 +++ b/hedgewars/uWorld.pas Sun Mar 18 00:59:17 2012 +0100 @@ -292,7 +292,7 @@ frame.w:= Round(spritesData[sprite].Texture^.w * buttonScale); frame.h:= Round(spritesData[sprite].Texture^.h * buttonScale); frame.x:= (cScreenWidth shr 1) - frame.w * 2; - frame.y:= jumpWidget.frame.y - Round(frame.h * 2.25); + frame.y:= jumpWidget.frame.y - Round(frame.h * 1.25); active.x:= frame.x; active.y:= frame.y; active.w:= frame.w; @@ -313,7 +313,7 @@ frame.w:= Round(spritesData[sprite].Texture^.w * buttonScale); frame.h:= Round(spritesData[sprite].Texture^.h * buttonScale); frame.x:= (cScreenWidth shr 1) - frame.w * 2; - frame.y:= jumpWidget.frame.y - Round(frame.h * 2.25); + frame.y:= jumpWidget.frame.y - Round(frame.h * 1.25); active.x:= frame.x; active.y:= frame.y; active.w:= frame.w;