hedgewars/uWorld.pas
branchhedgeroid
changeset 5936 849f01d63538
parent 5932 5164d17b6374
child 5941 db4751cb4f53
--- 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