# HG changeset patch
# User Xeli
# Date 1316967585 -7200
# Node ID db4751cb4f53e0697b5e72ce25bd6341738be811
# Parent  c186c454779d366db79f3fb4c8020f9c1643064a
make the fire button appear only on android for now, I'll make it depend on a variable later on

diff -r c186c454779d -r db4751cb4f53 hedgewars/uWorld.pas
--- 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