hedgewars/uWorld.pas
changeset 6798 4822b7d41aaa
parent 6796 3e89dbdc7db9
child 6799 b45c38282566
--- 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;