# HG changeset patch # User Xeli # Date 1316198303 -7200 # Node ID 849f01d63538f59f697a8e659429f01e51eb0aac # Parent 9f05a0f4300333c6d7602b0535e1ceac372327f7 removed some commented lines diff -r 9f05a0f43003 -r 849f01d63538 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Fri Sep 16 18:24:50 2011 +0200 +++ b/hedgewars/uWorld.pas Fri Sep 16 20:38:23 2011 +0200 @@ -914,10 +914,7 @@ DrawCaptions; // Draw buttons Related to the Touch interface -//SetScale(0.8); -//DrawSprite(sprFireButton, round(-cScreenWidth/0.8),round(cScreenHeight/0.8), 0); DrawTexture(Round(-cScreenWidth*0.5 + cScreenHeight*0.02),Round((cScreenHeight*0.98)-(spritesData[sprFireButton].Height*0.4) ),spritesData[sprFireButton].Texture, 0.4); -SetScale(cDefaultZoomLevel); // Teams Healths if TeamsCount * 20 > cScreenHeight div 7 then // take up less screen on small displays