hedgewars/uWorld.pas
branchhedgeroid
changeset 5941 db4751cb4f53
parent 5936 849f01d63538
child 6023 a28be05b20bc
--- a/hedgewars/uWorld.pas	Fri Sep 16 20:39:14 2011 +0200
+++ b/hedgewars/uWorld.pas	Sun Sep 25 18:19:45 2011 +0200
@@ -913,9 +913,10 @@
 // Captions
 DrawCaptions;
 
+{$IFDEF ANDROID}
 // Draw buttons Related to the Touch interface
 DrawTexture(Round(-cScreenWidth*0.5 + cScreenHeight*0.02),Round((cScreenHeight*0.98)-(spritesData[sprFireButton].Height*0.4) ),spritesData[sprFireButton].Texture, 0.4);
-
+{$ENDIF}
 // Teams Healths
 if TeamsCount * 20 > cScreenHeight div 7 then  // take up less screen on small displays
     begin