wops, too much copy pasting
authorXeli
Mon, 06 Feb 2012 19:41:46 +0100
changeset 6638 4cb7c055dca1
parent 6637 b4a3310f2974
child 6639 2b29832557c2
wops, too much copy pasting
hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Mon Feb 06 19:16:22 2012 +0100
+++ b/hedgewars/uWorld.pas	Mon Feb 06 19:41:46 2012 +0100
@@ -223,8 +223,8 @@
 
 arrowRightX:= -(cScreenWidth shr 1)+ Round(spritesData[sprArrowUp].Texture^.h * buttonScale *2);
 arrowRightY:= -Round(spritesData[sprArrowRight].Texture^.h*buttonScale) + cScreenHeight - Round(spritesData[sprArrowRight].Texture^.h*buttonScale);
-arrowLeftW:= Round(spritesData[sprArrowRight].Texture^.w * buttonScale);
-arrowLeftH:= Round(spritesData[sprArrowRight].Texture^.h * buttonScale);
+arrowRightW:= Round(spritesData[sprArrowRight].Texture^.w * buttonScale);
+arrowRightH:= Round(spritesData[sprArrowRight].Texture^.h * buttonScale);
 
 arrowUpX:= -(cScreenWidth shr 1) + Round(spritesData[sprArrowUp].Texture^.h * buttonScale);
 arrowUpY:= -Round(spritesData[sprArrowUp].Texture^.h*buttonScale) + cScreenHeight - Round(spritesData[sprArrowUp].Texture^.h*buttonScale*2);